Initial documentation typo
This commit is contained in:
parent
0077a868fd
commit
6fee15be7c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue