Fix typo in README.md #30

Merged
osilkin98 merged 1 commit from typo into master 2020-01-03 21:43:49 +01:00

View file

@ -37,7 +37,7 @@ $ source venv/bin/activate
As a super-user, copy the .service and .target files to the systemd directory:
```bash
$ sudo comment-server/config/comment-server* /etc/systemd/system
$ sudo cp config/comment-server* /etc/systemd/system
```
Then `$ sudo systemctl daemon-reload` to refresh the systemd service files.