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:
authorXhmikosR <xhmikosr@gmail.com>2015-02-11 10:48:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-11 10:48:58 +0300
commit890264843fb6509ae7d1dab9467cafe870700f38 (patch)
tree1b08f4b56782805fc3810e17c90c01e7d9861fc8
parent276750ccfa8aad7b601d5066aac458e77963d7ad (diff)
Update README.md.
Fixes #737. [ci skip]
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91124d2..b0a6f35 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
- **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
-3. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
+3. From the root `/ratchet` directory, run `jekyll serve` in the command line.
4. Open <http://localhost:4000> in your browser, and boom!
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).