getting rid fo readme

This commit is contained in:
Michael Scalzetti 2022-06-06 21:43:29 -04:00
parent a6b3878790
commit 187a347887

View File

@ -1,29 +0,0 @@
# To auto-install run the commands below as root
## For laptop
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh
```
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | sh
```
## For desktop
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
```
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh "./path/to/stuff" | sh
```