Skip to content

Commit

Permalink
Fixed Yum command for installing toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Be authored Mar 21, 2024
1 parent 844daf1 commit 476452a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use this library, you must have `node-gyp` installed on your system. and the
Yum
```
sudo apt-get install -y autoconf make libtool automake
sudo yum install -y autoconf make libtool automake
```
apt-get
Expand Down Expand Up @@ -72,4 +72,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc
Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 476452a

Please sign in to comment.