Skip to content

Commit dee70b5

Browse files
hiroshisr
authored andcommitted
Fix install instruction
1 parent 4cd6a1f commit dee70b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The fellowing [gems][] are required to run git-wiki:
2424
- [HAML][]
2525
- [RDiscount][]
2626

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

3030
See also
3131
--------

0 commit comments

Comments
 (0)