Skip to content

Commit

Permalink
[Fix] updated instructions to install make
Browse files Browse the repository at this point in the history
install make to compile @discord/opus successfully on linux based systems
  • Loading branch information
naseif committed Nov 2, 2021
1 parent 8312f77 commit 8a63daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git clone https://github.com/naseif/Eyesense-Music-Bot.git
cd Eyesense-Music-Bot
npm i
```
if you are having problems installing sodium or libsodium-wrappers, make sure to install the following packages `sudo apt-get install autoconf automake g++ libtool -y`
if you are having problems installing sodium or libsodium-wrappers, make sure to install the following packages `sudo apt-get install autoconf make automake g++ libtool -y`

## Configuration

Expand Down

0 comments on commit 8a63daf

Please sign in to comment.