Adding a really basic readme

This commit is contained in:
Michael Scalzetti 2022-03-19 03:17:13 -04:00
parent a766d82d7f
commit 8cc20c5f3f

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# To auto-install run the commands below as root
```
apt-get update && apt-get install -y curl
sh `curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/program_install.sh`
```