diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:04:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:04:03 +0000 |
commit | 0457dbc773d7d3dadca632a445592a038c9b86b3 (patch) | |
tree | 311e621e167f2c4ef2dba3407f308d0ff78d46a6 /doc/setup.mdwn | |
parent | 7b89b172d42e5084dc7c6753a7bbd06afe2a7fb3 (diff) | |
download | ikiwiki-0457dbc773d7d3dadca632a445592a038c9b86b3.tar ikiwiki-0457dbc773d7d3dadca632a445592a038c9b86b3.tar.gz |
format
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 52ef204fc..9ffba0014 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -71,8 +71,7 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]], 5. Build your wiki for the first time. - ikiwiki --verbose $SRCDIR $DESTDIR \ - --url=http://host/~you/wiki/ + ikiwiki --verbose $SRCDIR $DESTDIR --url=http://host/~you/wiki/ Replace the url with the real url to your wiki. You should now be able to visit the url and see your wiki. |