Fix README

This commit is contained in:
Samuel Ortion 2022-06-30 18:30:37 +02:00
parent 4ee9917dc1
commit ac6048530d
1 changed files with 20 additions and 0 deletions

View File

@ -2,6 +2,26 @@
Daemon recorder for nocturnal bird migration
## Install
```bash
sudo make install
```
## Disable temporary
```bash
sudo systemctl disable --now nbmrec.timer
```
## Uninstall
```bash
sudo make uninstall
```
## Reference
- [audio recording using python](https://realpython.com/playing-and-recording-sound-python/)