Skip to content

Commit

Permalink
Added a note about how to read the docs locally, since it took me a w…
Browse files Browse the repository at this point in the history
…hile to figure out how to do it.
  • Loading branch information
milesmatthias committed Apr 15, 2012
1 parent ca5990f commit 6d57f14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 57,13 @@ will cause ```meteor``` to be in your ```PATH```.

./install.sh
meteor --help

After installing, you can read the docs locally. The ```/docs``` directory is a meteor application, so simply change into the ```/docs``` directory and launch the app:

cd docs/
meteor

You'll then be able to read the docs locally in your browser at ```http://localhost:3000/```

## Developer Resources

Expand Down

0 comments on commit 6d57f14

Please sign in to comment.