mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-10 19:52:24 +00:00
docs: remove instructions for phone mac address
Removed instructions for setting PHONE_MAC_ADDRESS, handled in UI.
This commit is contained in:
@@ -40,13 +40,7 @@ A native Linux application to control your AirPods, with support for:
|
|||||||
```
|
```
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
1. Set the `PHONE_MAC_ADDRESS` environment variable to your phone's Bluetooth MAC address by running the following:
|
1. Build the application:
|
||||||
|
|
||||||
```bash
|
|
||||||
export PHONE_MAC_ADDRESS="XX:XX:XX:XX:XX:XX" # Replace with your phone's MAC
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Build the application:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
@@ -55,7 +49,7 @@ A native Linux application to control your AirPods, with support for:
|
|||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run the application:
|
2. Run the application:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./librepods
|
./librepods
|
||||||
|
|||||||
Reference in New Issue
Block a user