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