1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2025-02-28 22:13:02 +01:00

gollum wants repo path as ARGV[0]

This commit is contained in:
dn42 wiki 2016-02-03 23:17:07 +00:00
parent d2137bc174
commit fb928ab684

View File

@ -66,11 +66,11 @@ exit 0
Read/write (SSL only):
```
gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4568
gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4568
```
Read-only:
```
gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4567 --no-edit
gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4567 --no-edit
```
Set `<path>` to the location where wiki Git repo was cloned.