mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +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:
|
Type these command lines for a fully automated installation and start AIL framework:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ail-project/ail-framework.git
|
git clone https://github.com/ail-project/ail-framework.git
|
||||||
cd AIL-framework
|
cd ail-framework
|
||||||
./installing_deps.sh
|
./installing_deps.sh
|
||||||
|
|
||||||
cd ~/AIL-framework/
|
cd ~/ail-framework/
|
||||||
cd bin/
|
cd bin/
|
||||||
./LAUNCH.sh -l
|
./LAUNCH.sh -l
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue