From 120681541f976def10acee4ebed668c7e4bc6313 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Thu, 2 Oct 2025 00:47:40 +0530 Subject: [PATCH] docs: remove instructions for phone mac address Removed instructions for setting PHONE_MAC_ADDRESS, handled in UI. --- linux/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/linux/README.md b/linux/README.md index 30f7eee..2414a2d 100644 --- a/linux/README.md +++ b/linux/README.md @@ -40,13 +40,7 @@ A native Linux application to control your AirPods, with support for: ``` ## Setup -1. Set the `PHONE_MAC_ADDRESS` environment variable to your phone's Bluetooth MAC address by running the following: - - ```bash - export PHONE_MAC_ADDRESS="XX:XX:XX:XX:XX:XX" # Replace with your phone's MAC - ``` - -2. Build the application: +1. Build the application: ```bash mkdir build @@ -55,7 +49,7 @@ A native Linux application to control your AirPods, with support for: make -j $(nproc) ``` -3. Run the application: +2. Run the application: ```bash ./librepods