Skip to content

Commit

Permalink
Update package manager name for RHEL developer-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-dove authored Nov 1, 2024
1 parent 3e3a824 commit 8cfe6d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
Linux requires the X11 developement libraries and `libpng` to build native Node modules.

```sh
sudo apt install git python3 g++ libX11-devel libXtst-devel libpng-devel`
sudo yum install git python3 g++ libX11-devel libXtst-devel libpng-devel
```

#### Notes
* To build RPMs, you need `rpmbuild`:

```sh
sudo dnf install rpm-build
```
```

0 comments on commit 8cfe6d4

Please sign in to comment.