From 563224d9dbd9ff0b7780c63c9a1244322c1fa194 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sun, 12 Jan 2020 19:29:06 +0100 Subject: [PATCH] README: fix mention of assumed install path fixes #17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d5c6e6..81cc43a 100644 --- a/README.md +++ b/README.md @@ -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).