Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
QoL fixes
  • Loading branch information
TimelessAdventure authored Jan 27, 2025
1 parent 3fb7e53 commit 3e170e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
For now, its just a simple sudoku game with minimal graphics, however I do plan to make it multiplayer/collaborative.

# Running on Linux
### Install dependencies (debian/Ubuntu)
### Install dependencies
#### Debian/Ubuntu
```bash
sudo apt update &&
sudo apt install \
Expand All @@ -16,7 +17,7 @@ sudo apt install \
libegl1-mesa-dev \
libfreetype-dev
```
### Install dependencies for fedora
#### Fedora/RHEL
```bash
sudo dnf in libX11-devel \
libXrandr-devel \
Expand Down

0 comments on commit 3e170e2

Please sign in to comment.