fix: add -b bluetooth to git clone command in INSTALL_SCRIPT.md

Closes #48

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Shen Mintao
2026-05-08 17:01:02 +08:00
co-authored by Claude Opus 4.6
parent ebab65c042
commit 52e968e765
+1 -1
View File
@@ -16,7 +16,7 @@ This automated installation script (`install.sh`) simplifies the process of inst
```bash ```bash
# Clone the repository and download the script, make the script executable # Clone the repository and download the script, make the script executable
git clone https://github.com/shenmintao/aic8800d80.git && cd aic8800d80 && chmod +x install.sh git clone -b bluetooth https://github.com/shenmintao/aic8800d80.git && cd aic8800d80 && chmod +x install.sh
# Run the installation # Run the installation
sudo ./install.sh sudo ./install.sh