mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Typo fixed as ail repo is now lower-case
Typo fixed as ail repo is now lower-case
This commit is contained in:
parent
be3446ff97
commit
1518d09106
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue