From 1518d091069a1d9f52e2228d014d6cb781581ffb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 6 Jul 2020 14:43:04 +0200 Subject: [PATCH] Typo fixed as ail repo is now lower-case Typo fixed as ail repo is now lower-case --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1a015c..7ac8d3ff 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ Installation Type these command lines for a fully automated installation and start AIL framework: ```bash git clone https://github.com/ail-project/ail-framework.git -cd AIL-framework +cd ail-framework ./installing_deps.sh -cd ~/AIL-framework/ +cd ~/ail-framework/ cd bin/ ./LAUNCH.sh -l ```