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:
parent
d2137bc174
commit
fb928ab684
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user