updated README

Merge branch 'develop'
pull/41/head
13621160019@163.com 2021-04-18 11:35:06 +08:00
commit 57f34afa65
1 changed files with 2 additions and 2 deletions

View File

@ -84,11 +84,11 @@ Setup systemd service:
```
Enable the service:
```
$ sudo systemctl enable feed-normalization.service
$ sudo systemctl enable myems-normalization.service
```
Start the service:
```
$ sudo systemctl start feed-normalization.service
$ sudo systemctl start myems-normalization.service
```
Monitor the service:
```bash