diff options
| author | rr- | 2018-08-04 13:19:02 +0200 |
|---|---|---|
| committer | rr- | 2018-08-04 13:19:02 +0200 |
| commit | 45b6df020a49815a941a412dac4247ce66188fa2 (patch) | |
| tree | b32687bc1f5e3ee17f45d62cd945f6fff553409a /INSTALL.md | |
| parent | 8da22cbd5ed39a9c5f9fc608804009bafbd9b1ac (diff) | |
build: fix paths to config files
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ and Docker Compose (version 1.6.0 or greater) already installed. 2. Configure the application: ```console - user@host:szuru$ cp server/config.yaml.dist config.yaml + user@host:szuru$ cp server/config.yaml.dist server/config.yaml user@host:szuru$ edit config.yaml ``` |