From ab6398d3fb0107cd7c262ecf2f49f134dfd0a8e6 Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Fri, 1 Jul 2022 07:32:57 +0200 Subject: [PATCH] Update documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6494947..b3d225d 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,9 @@ Do not forget to reload systemd daemon after that: sudo systemctl daemon-reload ``` +You could also prefer modify [./conf/nbmrec.conf](./conf/nbmrec.conf), and run `make install` after each modification. -You can also speci - ## Reference - [audio recording using python](https://realpython.com/playing-and-recording-sound-python/)