From 84099a8afc6579fe813c834f9bcb4068df308383 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sun, 7 Jan 2024 20:32:55 -0700 Subject: [PATCH] Update readme for accurate pre-built binary installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697d281..66f4c98 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ AllPac is a command-line utility designed to simplify package management on Arch ## Installation To install AllPac on your Arch Linux system, simply run the following command to run the install script ([Source](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/src/branch/main/allpac)): -(if you don't want to use the install script, a pre-built binary can be found [here](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/releases)) +(if you don't want to use the install script, a pre-built binary can be found [here](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/AllPac/releases), you will need to run `touch pkg.list && echo "{}" > ./pkg.list` where you want to run the binary from) ```bash curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash ```