From f0e9cd38d5035e957d2fb467bc46384b930beed8 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 5 Oct 2018 21:40:07 -0700 Subject: [PATCH] Created Statuper (markdown) --- Statuper.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Statuper.md diff --git a/Statuper.md b/Statuper.md new file mode 100644 index 0000000..672868d --- /dev/null +++ b/Statuper.md @@ -0,0 +1,13 @@ +Statup includes a simple to use installation shell script that will help you install locally, Docker, and even onto a AWS EC2 instance. + +

+ +

+ +## Installation +```bash +curl -O https://assets.statup.io/statuper && chmod +x statuper +``` + +## Usage +- `statuper` \ No newline at end of file