Skip to content

Commit 1206815

Browse files
authored
docs: remove instructions for phone mac address
Removed instructions for setting PHONE_MAC_ADDRESS, handled in UI.
1 parent 784b7a2 commit 1206815

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

linux/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ A native Linux application to control your AirPods, with support for:
4040
```
4141
## Setup
4242

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:
43+
1. Build the application:
5044

5145
```bash
5246
mkdir build
@@ -55,7 +49,7 @@ A native Linux application to control your AirPods, with support for:
5549
make -j $(nproc)
5650
```
5751

58-
3. Run the application:
52+
2. Run the application:
5953

6054
```bash
6155
./librepods

0 commit comments

Comments
 (0)