From 8973044904ee18a6d9d642cc12b3499db4bd9f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thirion=20Aur=C3=A9lien?= Date: Sat, 20 Oct 2018 16:04:54 +0200 Subject: [PATCH] fix: [README] typo docker install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b447bac..72166c58 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ curl https://get.docker.com | /bin/bash 2. Type these commands to build the Docker image: ```bash -git clone https://github.com/CIRCL/ail-framework +git clone https://github.com/CIRCL/AIL-framework.git cd AIL-framework docker build -t ail-framework . ```