Update 'README.md'

This commit is contained in:
Liam Waldron 2022-06-21 18:15:51 -04:00
parent cfd90804fe
commit d5122b918b

View File

@ -5,7 +5,7 @@ Glacier is the package manager developed for Everest Linux. It fetches packages
Install Glacier by pasting the following command into your terminal:
```
rm -rf /tmp/glacier && cd /tmp && git clone https://github.com/everest-linux/glacier &&
rm -rf /tmp/glacier && cd /tmp && git clone https://git.everestlinux.org/EverestLinux/glacier &&
cd glacier/install && chmod +x INSTALL-GLACIER.sh && sudo ./INSTALL-GLACIER.sh || doas ./INSTALL-GLACIER.sh
```
For Glacier to work properly, you need to have both wget and tar installed.