Skip to content

Commit

Permalink
Update README.md (#408)
Browse files Browse the repository at this point in the history
Add requirements for Red Hat users - missing libuv-devel.
  • Loading branch information
mareklibra committed Sep 25, 2023
1 parent 87e9abc commit 202b4b2
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 @@ -71,7 +71,7 @@ too old.
* Alpine users should run: `sudo apk add python3 make g++`
* Amazon Linux AMI users should run: `sudo yum install gcc72 gcc72-c++`
* Arch Linux users should run: `sudo pacman -S make gcc python`
* Red Hat users should run: `sudo dnf install python3 gcc gcc-c++ zlib-devel brotli-devel openssl-devel`
* Red Hat users should run: `sudo dnf install python3 gcc gcc-c++ zlib-devel brotli-devel openssl-devel libuv-devel`


WHO IS USING ISOLATED-VM
Expand Down

0 comments on commit 202b4b2

Please sign in to comment.