Add instructions

This commit is contained in:
Le0xFF 2022-07-18 16:51:24 +02:00
parent 223000a861
commit b027ad221c

View File

@ -27,6 +27,34 @@ I've tried this script a lot with virtual machines and following every step alwa
Pull requests are absolutely welcome!
## How to run it
Using wget to download the needed files:
``` bash
wget https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/VoidLinuxInstaller.sh -O $HOME/VoidLinuxInstaller.sh
wget https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/chroot.sh -O $HOME/chroot
```
or curl if you prefer:
``` bash
curl -o $HOME/VoidLinuxInstaller.sh https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/VoidLinuxInstaller.sh
curl -o $HOME/chroot.sh https://raw.githubusercontent.com/Le0xFF/VoidLinuxInstaller/main/chroot.sh
```
then make them executable:
``` bash
chmod +x $HOME/*.sh
```
and finally run it:
``` bash
bash $HOME/VoidLinuxInstaller.sh
```
## Notes
If you are going to use snapper and [snapper-gui](https://github.com/ricardomv/snapper-gui), it probably will complain about `.snapshots` folder already present.