Skip to content

Commit

Permalink
Use ln rather than cp (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Mar 26, 2022
1 parent b4e3e1d commit 6730c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 6730c7a

Please sign in to comment.