fb928ab68435f84a1e0cd5a64fb37623387e43ff
services/Distributed-Wiki.md
| ... | ... | @@ -66,11 +66,11 @@ exit 0 |
| 66 | 66 | |
| 67 | 67 | Read/write (SSL only): |
| 68 | 68 | ``` |
| 69 | -gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4568 |
|
| 69 | +gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4568 |
|
| 70 | 70 | ``` |
| 71 | 71 | Read-only: |
| 72 | 72 | ``` |
| 73 | -gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4567 --no-edit |
|
| 73 | +gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4567 --no-edit |
|
| 74 | 74 | ``` |
| 75 | 75 | |
| 76 | 76 | Set `<path>` to the location where wiki Git repo was cloned. |