Commit 0968af28 authored by Alexey Dudin's avatar Alexey Dudin
Browse files

update readme

parent 636e1f05
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -12,10 +12,17 @@ Is tested with given system environments:
  * rest_exporter: 8080
  * train_board: 3000

Run to start all containers, takes approximately 7 minutes
Run to start all containers, takes approximately 10-15 minutes
```bash
./one_script_to_rule_them_all.sh start
```
If some cases build of OpenRailRouting may fail due to large 
git clone, it so just go to `./OpenRailRouting` and do until 
it will start
```bash
docker compose down --rmi all
docker compose up -d
```

or look for help
```bash