Initial documentation typo

This commit is contained in:
Nicolás Sánchez 2024-11-01 20:12:50 -03:00
parent 0077a868fd
commit 6fee15be7c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ To start the program for the first time, run the following command:
python3 main.py configs/exchange_config.json --first_start python3 main.py configs/exchange_config.json --first_start
``` ```
If you stop the program and restart it, it will continue from where it left off by removing the --first_start option. If you stop the program and restart it, it will continue from where it left off by removing the --first_start option:
```bash ```bash
python3 main.py configs/exchange_config.json python3 main.py configs/exchange_config.json