Skip to content

Commit

Permalink
Fix install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshi authored and sr committed Jun 1, 2009
1 parent 4cd6a1f commit dee70b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -24,8 +24,8 @@ The fellowing [gems][] are required to run git-wiki:
- [HAML][]
- [RDiscount][]

Run with `mkdir ~/wiki && ./run.ru -sthin -p4567` and point your
browser at <http://0.0.0.0:4567/>. Enjoy!
Run with `mkdir ~/wiki && (cd ~/wiki && git init) && ./run.ru -sthin -p4567`
and point your browser at <http://0.0.0.0:4567/>. Enjoy!

See also
--------
Expand Down

0 comments on commit dee70b5

Please sign in to comment.