Update README.md

This commit is contained in:
aiminick 2019-10-07 00:56:45 +08:00 committed by GitHub
parent fb921369a1
commit 2bb986e042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ amixer cset numid=3 2
dpkg --add-architecture armhf
apt update
## 需要先安装32位的ibc6的基础库
apt install ibc6:armhf
apt install libc6:armhf
apt install 其他软件包名:armhf
## 安装32位软件请在包的名称后加入后缀 ":armhf"
```