mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
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:
co-authored by
Claude Opus 4.6
parent
ebab65c042
commit
52e968e765
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user