From 8773dff7b10183be2aa28eb2b4fd954a3243cfc5 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sun, 7 Jan 2024 18:41:32 -0700 Subject: [PATCH] Re-arrange readme, add link to prebuilt binary --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1efbe00..6feffbf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ AllPac is a command-line utility designed to simplify package management on Arch Linux by combining various package managers into one cohesive tool. With AllPac, users can seamlessly interact with packages from the Snap Store, Flatpak, Pacman, and the Arch User Repository (AUR) using a single interface. This eliminates the need to juggle multiple package managers and provides a unified solution for installing, updating, uninstalling, and searching for packages. +## 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)) +```bash +curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash +``` + ## Features ### 1. Unified Package Management @@ -42,13 +50,6 @@ Quickly find packages across Snap Store, Flatpak, Pacman, and AUR using the inte allpac search ``` -## 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): -```bash -curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash -``` - ## Usage Once installed, you can use AllPac with the following commands: