From 8cc20c5f3fe38241c06466eeaa2170762af28e21 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Sat, 19 Mar 2022 03:17:13 -0400 Subject: [PATCH] Adding a really basic readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8608a7 --- /dev/null +++ b/README.md @@ -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` +```