We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784b7a2 commit 1206815Copy full SHA for 1206815
linux/README.md
@@ -40,13 +40,7 @@ A native Linux application to control your AirPods, with support for:
40
```
41
## Setup
42
43
-1. Set the `PHONE_MAC_ADDRESS` environment variable to your phone's Bluetooth MAC address by running the following:
44
-
45
- ```bash
46
- export PHONE_MAC_ADDRESS="XX:XX:XX:XX:XX:XX" # Replace with your phone's MAC
47
- ```
48
49
-2. Build the application:
+1. Build the application:
50
51
```bash
52
mkdir build
@@ -55,7 +49,7 @@ A native Linux application to control your AirPods, with support for:
55
make -j $(nproc)
56
57
58
-3. Run the application:
+2. Run the application:
59
53
60
54
61
./librepods
0 commit comments