From 0b4bdaa9c26cfe882aa445efede276f98a64a67c Mon Sep 17 00:00:00 2001 From: Paul A Date: Sun, 22 Oct 2017 18:49:11 +0200 Subject: [PATCH] Changed the README.md file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3e3c9e..3c782ce9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Features Installation ------------ -Type these command lines for a fully automated installation and start AIL framework +Type these command lines for a fully automated installation and start AIL framework: ```bash git clone https://github.com/CIRCL/AIL-framework.git cd AIL-framework @@ -46,6 +46,7 @@ cd ~/AIL-framework/ cd bin/ ./LAUNCH.sh ``` + The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions. For Arch linux based distributions, you can replace it with [installing_deps_archlinux.sh](./installing_deps_archlinux.sh). @@ -53,6 +54,7 @@ There is also a [Travis file](.travis.yml) used for automating the installation Docker Quick Start (Ubuntu 16.04 LTS) ------------ + 1. Install Docker ```bash sudo su