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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-25 07:51:12 +0400
committerconnors <connor.sears@github.com>2014-02-25 07:51:12 +0400
commit1a1d4fcf5b67924be00bdc4885bf190904ea87f3 (patch)
tree94f1ff4ad92ddfc8abfd7cb91ead01441ef47639
parent4a8bc20b2e2102db3ed0762113005fb44d0cf6dd (diff)
docs path
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 148be95..4a53669 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
### Running documentation locally
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation).
-2. From the root `/ratchet` directory, run `jekyll serve` in the command line.
+2. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
3. Open <http://localhost:4000> in your browser, and boom!
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).