Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dabzr authored Sep 5, 2024
1 parent 98ad8c6 commit 6e800ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ For Ubuntu/Debian, you can run:
```bash
sudo apt install build-essential git cmake
```
For Arch Linux you can run
```bash
sudo pacman -S git base-devel cmake
```
For Fedora you can run
```
sudo dnf install -y gcc gcc-c++ make git cmake
```
For Arch Linux you can run
```bash
sudo pacman -S git base-devel cmake
```
#### Required libraries

[Some libraries are required by raylib](https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux) for displaying graphics and audio correctly (ALSA, OpenGL/Mesa and X11)
Expand Down

0 comments on commit 6e800ee

Please sign in to comment.