Typo fixed as ail repo is now lower-case

Typo fixed as ail repo is now lower-case
pull/519/head
Alexandre Dulaunoy 2020-07-06 14:43:04 +02:00 committed by GitHub
parent be3446ff97
commit 1518d09106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```