Merge pull request #30 from lbryio/typo

Fix typo in README.md
This commit is contained in:
Oleg Silkin 2020-01-03 15:43:48 -05:00 committed by GitHub
commit f6474e1abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.