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

github.com/ForkAwesome/Fork-Awesome.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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4dab39ba..83c9e99d6 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ From the root of the repository, install the tools used to develop.
Build the project and documentation:
- $ bundle exec jekyll build
+ $ npm run build
Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
- $ bundle exec jekyll -w serve
+ $ npm run dev