From 024208d5e76bc9c909f7c1982ea8f4a2faff5c77 Mon Sep 17 00:00:00 2001 From: Waviest <31796727+WaviestBalloon@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:12:23 +0000 Subject: [PATCH] `build-essentials` -> `build-essential`, `-S` -> `-Sy` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a250a39..7f47816 100644 --- a/README.md +++ b/README.md @@ -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