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:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 10:55:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-09 10:14:35 +0300
commite59581264e17aa6beb192081cd944ae9d382402c (patch)
tree524d6bd40232481635aa68c9b1caaf0828d330a6 /README.md
parentdcc025ca99691278dd8543e2d67d35b166678c76 (diff)
Update README.md.
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