From 6cc5bd3575514c17e2a55280c9829f72437143f2 Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Tue, 4 Jul 2023 21:42:39 +0200 Subject: [PATCH] Minor documentation fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6383b10..0d45033 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ RestartSec=5s WantedBy=multi-user.target ``` -Then, e.g. for running on port 8000, you would put the corresponding configuration file in `/etc/serves3/8000/` and install the unit with `systemctl enable --now servers3@8000.service`. +Then, e.g. for running on port 8000, you would put the corresponding configuration file in `/etc/serves3/8000/` and install the unit with `systemctl enable --now serves3@8000.service`. ## Build and install ```bash -cargo install --root /usr/local # for instance +cargo install --root /usr/local --path . # for instance cd run-folder # folder with Settings.toml serves3 ```