Use ln rather than cp (#114)

This commit is contained in:
Nova Kwok 2022-03-26 20:04:29 +08:00 committed by GitHub
parent b4e3e1d76f
commit 6730c7a00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ If you'd like to run binary directly on your machine, you need to install some d
```
apt install libaom-dev -y
cp /usr/lib/x86_64-linux-gnu/libaom.so /usr/lib/x86_64-linux-gnu/libaom.so.3
ln -s /usr/lib/x86_64-linux-gnu/libaom.so /usr/lib/x86_64-linux-gnu/libaom.so.3
```
#### CentOS7