Fix README
This commit is contained in:
parent
4ee9917dc1
commit
ac6048530d
20
README.md
20
README.md
@ -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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user