README: fix mention of assumed install path

fixes #17
This commit is contained in:
Leo Antunes 2020-01-12 19:29:06 +01:00
parent ac671e1fea
commit 563224d9db
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ A minimal `systemd` unit file is provided under the `dist` folder and can be cop
# systemctl daemon-reload
# systemctl enable wesher
```
The provided unit file assumes `wesher` is installed to `/usr/loca/sbin`.
The provided unit file assumes `wesher` is installed to `/usr/local/sbin`.
Note that, as mentioned above, the initial cluster key will not be displayed in the journal.
It can either be initialized by running `wesher` manually once, or by pre-seeding via `/etc/default/wesher` as the `WESHER_CLUSTER_KEY` environment var (see [configuration options](#configuration-options) below).