Skip to content

Commit

Permalink
build-essentials -> build-essential, -S -> -Sy
Browse files Browse the repository at this point in the history
  • Loading branch information
WaviestBalloon authored Dec 21, 2023
1 parent a1a25f8 commit 024208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ When running the install script, it will compile the binary for you as of now be
>
> Debian/Ubuntu:
> ```
> sudo apt-get -y install build-essentials libsdl2-dev libnotify libssl-dev
> sudo apt-get -y install build-essential libsdl2-dev libnotify libssl-dev
> ```
> Arch:
> ```
> sudo pacman -S base-devel sdl2 libnotify openssl --noconfirm
> sudo pacman -Sy base-devel sdl2 libnotify openssl --noconfirm
> ```
### Using the install script
Expand Down

0 comments on commit 024208d

Please sign in to comment.