Fix typo in README.md

This commit is contained in:
Oleg Silkin 2020-01-03 15:42:07 -05:00
parent d74d2c2321
commit 56dfd77c9b

View file

@ -37,7 +37,7 @@ $ source venv/bin/activate
As a super-user, copy the .service and .target files to the systemd directory: As a super-user, copy the .service and .target files to the systemd directory:
```bash ```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. Then `$ sudo systemctl daemon-reload` to refresh the systemd service files.