--prebuilt flag

This commit is contained in:
Domingo Dirutigliano
2025-04-11 11:51:30 +02:00
parent 0ad49e8f8f
commit 90b0ae81d6
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ With this command you will download firegex.py, and run it, it will require you
Or, you can start in a similar way firegex, cloning this repository and executing this command
```bash
python3 start.py
python3 start.py start --prebuilt
```
Cloning the repository start.py will automatically build the docker image of firegex from source, and start it.
Image building of firegex will require more time, so it's recommended to use the version just builded and available in the github packages.