update readme

This commit is contained in:
VetheonGames 2024-01-08 18:47:12 -07:00
parent 95b0d9dbf1
commit f44c6d8d53

View File

@ -9,7 +9,7 @@ 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 commands to run the install script ([Source](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/src/branch/main/allpac)):
```bash
curl -s -o install.sh https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh
wget https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh
chmod +x install.sh
./install.sh
```