The linux part is massively out dated... (the windows side is also out dated too, most likely)
The new CLI...
./run.sh --help
Usage: tyrell.py [OPTIONS] PROFILE
Options:
--help Show this message and exit.
So it's now just ./run.sh PROFILE
i.e. ./run.sh apollo
This should be the same as under Windows, just instead of run.sh it's run.bat
i.e. run.bat apollo
The linux part is massively out dated... (the windows side is also out dated too, most likely)
The new CLI...
```
./run.sh --help
Usage: tyrell.py [OPTIONS] PROFILE
Options:
--help Show this message and exit.
```
So it's now just `./run.sh PROFILE`
> i.e. `./run.sh apollo`
This should be the same as under Windows, just instead of `run.sh` it's `run.bat`
> i.e. `run.bat apollo`
The linux part is massively out dated... (the windows side is also out dated too, most likely)
The new CLI...
So it's now just
./run.sh PROFILE
This should be the same as under Windows, just instead of
run.sh
it'srun.bat