Skip to content

Commit

Permalink
Merge pull request #34 from agravelot/main
Browse files Browse the repository at this point in the history
Fix dnf runtine requirements packages
  • Loading branch information
ful1e5 authored Nov 27, 2020
2 parents c67059f + e205b15 commit d91fdaf
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 @@ -213,7 +213,7 @@ sudo pacman -S libx11 libxcursor libpng
##### Fedora/Fedora Silverblue/CentOS/RHEL

```bash
sudo dnf install libx11-devel libxcursor-devel libpng-devel
sudo dnf install libX11-devel libXcursor-devel libpng-devel
```

## Build Dependencies
Expand Down

0 comments on commit d91fdaf

Please sign in to comment.