Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 34d4ca009..52fac642f 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,11 @@ Clone the repo, install dependencies, and start the Jekyll server locally.
```
git clone https://github.com/twbs/icons/
cd icons
-gem install jekyll
-npm i
-jekyll serve
+bundle install
+bundle exec jekyll s
```
-Then open http://localhost:4000 in your browser.
+Then open `http://localhost:4000` in your browser.
## Publishing