From 476452a582506b1c47b1790d1ce2378279092579 Mon Sep 17 00:00:00 2001 From: Eyal-Be <158817501+Eyal-Be@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:19:09 +0200 Subject: [PATCH] Fixed Yum command for installing toolchains --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f0baff..4e2b9b5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/) \ No newline at end of file +[MIT](https://choosealicense.com/licenses/mit/)