mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-28 17:17:54 +00:00
fix readme daemonizing section link
This commit is contained in:
@@ -11,7 +11,7 @@ sudo apt install python3 python3-pip
|
|||||||
pip3 install pybluez
|
pip3 install pybluez
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to run it as a daemon (Refer to the [Daemonizing](#Daemonizing) section), you will need to install the `python-daemon` package.
|
If you want to run it as a daemon (Refer to the [Daemon Version](#as-a-daemon-using-a-unix-socket) section), you will need to install the `python-daemon` package.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install python-daemon
|
pip3 install python-daemon
|
||||||
@@ -31,7 +31,7 @@ Pair your AirPods with your machine before running this script!
|
|||||||
# Versions
|
# Versions
|
||||||
|
|
||||||
## Non-Daemon based
|
## Non-Daemon based
|
||||||
### This version is the most polished version of the script. It can do the following:
|
This version is the most polished version of the script. It can do the following:
|
||||||
- fetch the battery percentage,
|
- fetch the battery percentage,
|
||||||
- fetch in-ear status (but not actually controlling the media with that information).
|
- fetch in-ear status (but not actually controlling the media with that information).
|
||||||
- control ANC modes
|
- control ANC modes
|
||||||
|
|||||||
Reference in New Issue
Block a user