diff --git a/README.md b/README.md index 9c554ff..56b7721 100644 --- a/README.md +++ b/README.md @@ -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 ```