From 75b1ec8a7c2f089c8acd4fc34e75c83b18a4f225 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Mon, 8 Jan 2024 14:45:52 -0700 Subject: [PATCH] Update readme with new install instructions for the new install script --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66f4c98..a4ae669 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ AllPac is a command-line utility designed to simplify package management on Arch 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), 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 +curl -s -o install.sh https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh +chmod +x install.sh +./install.sh ``` -***if you use zsh, replace `bash` at the end of the command above with `zsh`*** ## Features