From 804afeb05790b5a37788a7dd524d74b9c0ba034a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 6 Mar 2017 01:50:11 +0200 Subject: [PATCH] Add installer script to readme --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cb0c52b..d0d21e7 100644 --- a/readme.md +++ b/readme.md @@ -19,9 +19,18 @@ git checkout develop ## Installation with Docker +### One click install + +Run the one click installer + +```BASH +sudo scripts/autoinstall.sh +``` +If you experience installation problems, go through the install process manually by following the steps below. If the installation is a success, you can skip to _Running_. + ### Installing Docker -Install docker and docker-compose. On Ubuntu you can install ocker from the repositories but docker-compose must be installed separately. +Install docker and docker-compose. On Ubuntu you can install Docker from the repositories but docker-compose must be installed separately. ```BASH sudo apt-get install docker