fix wrong command

This commit is contained in:
2021-12-19 20:50:48 +01:00
parent 85db8c7cff
commit 979039094e

View File

@@ -8,7 +8,7 @@ used in Uberspace.de environments.
1. Clone Repo, e.g. to `/home/YOURUSERNAME/autoreply-editor` 1. Clone Repo, e.g. to `/home/YOURUSERNAME/autoreply-editor`
2. Create `config.py` and `message.txt` from their sample files 2. Create `config.py` and `message.txt` from their sample files
3. Install requirements: `pip3 install -r requirements.txt --user` 3. Install requirements: `pip3 install -r requirements.txt --user`
4. Create web backend on uberspace: `uberspace web backend app.example.com --http --port 5000` 4. Create web backend on uberspace: `uberspace web backend set app.example.com --http --port 5000`
5. Create a service in `~/etc/services.d/autoreply-editor.ini`: 5. Create a service in `~/etc/services.d/autoreply-editor.ini`:
``` ```