docs: move log command, simplify it

Amolith created

Change summary

README.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

Detailed changes

README.md 🔗

@@ -71,12 +71,10 @@ A grumpy old herald who watches your Mumble server and announces comings and goi
   ```bash
   sudo systemctl status mumblingherald
   ```
-
-## Logs
-
-```bash
-sudo journalctl -u mumblingherald -f
-```
+- Check logs
+  ```bash
+  sudo journalctl -feu mumblingherald
+  ```
 
 ## Contributions are welcome