From 6236dde6f6352e637d52644854187bc118fe6f81 Mon Sep 17 00:00:00 2001 From: aixiao Date: Fri, 1 Dec 2023 17:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```