Minor documentation fixes

This commit is contained in:
Matteo Settenvini 2023-07-04 21:42:39 +02:00
parent 15231eedc0
commit 6cc5bd3575
1 changed files with 2 additions and 2 deletions

View File

@ -52,12 +52,12 @@ RestartSec=5s
WantedBy=multi-user.target 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 ## Build and install
```bash ```bash
cargo install --root /usr/local # for instance cargo install --root /usr/local --path . # for instance
cd run-folder # folder with Settings.toml cd run-folder # folder with Settings.toml
serves3 serves3
``` ```