From d728f45bfc17a3ca6fd8e7415fd1e5db5fc71773 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sun, 7 Jan 2024 20:06:39 -0700 Subject: [PATCH] Fix readme for hopefully the final time --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6081d18..697d281 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ To install AllPac on your Arch Linux system, simply run the following command to ```bash curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash ``` +***if you use zsh, replace `bash` at the end of the command above with `zsh`*** ## Features @@ -117,7 +118,7 @@ chmod u+rwx ~/.allpac/bin/allpac-updater.sh Then run the updater script: ```bash -sh ~/.allpac/bin/allpac-updater.sh +. ~/.allpac/bin/allpac-updater.sh ``` ## Feedback and Contributions