From 91b45d15f81c0b9b8c2262665b2a7a788df99877 Mon Sep 17 00:00:00 2001 From: ratioguy <176092341+ratioguy@users.noreply.github.com> Date: Thu, 22 May 2025 00:31:26 +0000 Subject: Update README.md to make updating repos consistant and change sudo to doas for alpine --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa909b0..2df624c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ sudo apt install libx11-dev libxinerama-dev build-essential
Arch Linux / Manjaro -
sudo pacman -Syu
+
sudo pacman -S
 sudo pacman -S libx11 libxinerama gcc make
@@ -188,18 +188,20 @@ sudo xbps-install libX11-devel libXinerama-devel gcc make
Fedora / RHEL / AlmaLinux / Rocky -
sudo dnf install libX11-devel libXinerama-devel gcc make
+
sudo dnf update
+sudo dnf install libX11-devel libXinerama-devel gcc make
-openSUSE (Leap / Tumbleweed) +OpenSUSE (Leap / Tumbleweed)
sudo zypper refresh
 sudo zypper install libX11-devel libXinerama-devel gcc make
Alpine Linux -
sudo apk add libx11-dev libxinerama-dev gcc make musl-dev
+
doas apk update
+doas apk add libx11-dev libxinerama-dev gcc make musl-dev
@@ -214,7 +216,8 @@ sudo zypper install libX11-devel libXinerama-devel gcc make
Slackware -
slackpkg install gcc make libX11 libXinerama
+
slackpkg update
+slackpkg install gcc make libX11 libXinerama
--- -- cgit v1.2.3 From e04eb75712f1db31201cf832e47cfd92ace6ec08 Mon Sep 17 00:00:00 2001 From: ratioguy <176092341+ratioguy@users.noreply.github.com> Date: Thu, 22 May 2025 00:38:45 +0000 Subject: Update README.md to add nixos-rebuild switch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df624c..fd7e658 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,9 @@ doas apk add libx11-dev libxinerama-dev gcc make musl-dev pkgs.xorg.libXinerama pkgs.libgcc pkgs.gnumake -]; +]; +sudo nixos-rebuild switch +
-- cgit v1.2.3 From 2496465b4f435e0a21d22467ff78a8e1fffad6b9 Mon Sep 17 00:00:00 2001 From: ratioguy <176092341+ratioguy@users.noreply.github.com> Date: Thu, 22 May 2025 00:44:10 +0000 Subject: Add gentoo update repo command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7e658..30d6173 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,9 @@ sudo pacman -S libx11 libxinerama gcc make
Gentoo -
sudo emerge --ask x11-libs/libX11 x11-libs/libXinerama sys-devel/gcc sys-devel/make
+
sudo emerge --ask x11-libs/libX11 x11-libs/libXinerama sys-devel/gcc sys-devel/make
+sudo emaint -a sync
+
-- cgit v1.2.3 From 25d9f8e40555b8693b7ce54c29e75eb03935308d Mon Sep 17 00:00:00 2001 From: ratioguy <176092341+ratioguy@users.noreply.github.com> Date: Thu, 22 May 2025 05:18:59 +0000 Subject: change pacman -S to pacman -Syy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d6173..c743a0d 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ sudo apt install libx11-dev libxinerama-dev build-essential
Arch Linux / Manjaro -
sudo pacman -S
+
sudo pacman -Syy
 sudo pacman -S libx11 libxinerama gcc make
-- cgit v1.2.3