README.md: better readable and changed path for useradd

This commit is contained in:
Oliver Schraml 2019-01-10 13:40:15 +01:00
parent 706fc53f64
commit 0181978500
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ apt install git
```
Create a local account which will be used to converte the mails coming from monit
```bash
useradd -d /tmp/monit monitnotify
useradd -d /home/monit monitnotify
```
### Clone reposiroty
@ -36,6 +36,7 @@ If everything is fine, you can just enable it
systemctl enable monitnotify.service
```
## Usage
### Help
@ -68,10 +69,12 @@ DEADJOE
/test*
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)