From 2547bfc0b626f1477222bca36b1e5f5b18e35260 Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 20 Jan 2020 14:00:36 -0700 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7e4ee8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Twister-install +**Installer script for the Twister Microblogging Software** + + +## Quick Guide + +``` +$ git clone https://gitbutter.xyz/mollusk/twister-install.git +$ cd twister-install +$ ./twister-install.sh deps && ./twister-install.sh build +``` + +Follow the directions in the script at the end of the build +That's it! \ No newline at end of file