修改文档

This commit is contained in:
aixiao 2023-12-01 17:59:06 +08:00
parent 6a56c55bcd
commit 6236dde6f6

View File

@ -1,10 +1,10 @@
### 说明
# 说明
本仓库是将 wiringOP 移植到 [Blueberry](https://git.aixiao.me/aixiao/Blueberry) 上。
### 下载
# 下载
```bash
apt-get update
@ -14,10 +14,10 @@ git clone https://git.aixiao.me/aixiao/wiringPi_Blueberry.git
#### 编译安装
## 编译安装
```bash
cd wiringPi_Blueberry
./build clean
./build
bash build clean
bash build
```