Fix typo in readme

This commit is contained in:
VetheonGames 2024-01-07 19:58:01 -07:00
parent 2aafba25a5
commit aa05519432

View File

@ -105,7 +105,7 @@ To uninstall AllPac is quite simple. You just remove the `.allpac` directory. As
If you used the Installer Script, updating is easy. Just run `allpac-update-system`. If you used the Installer Script, updating is easy. Just run `allpac-update-system`.
If you did *NOT* use the Installer Script, updating is stil super easy. Just use `wget` to pull down the [updater script](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh): If you did *NOT* use the Installer Script, updating is still super easy. Just use `wget` to pull down the [updater script](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh):
```bash ```bash
wget -O ~/.allpac/bin/allpac-updater.sh "https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh" wget -O ~/.allpac/bin/allpac-updater.sh "https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh"
``` ```