Skip to content

Commit 09ee6c3

Browse files
authored
Update README.md
1 parent 10b2899 commit 09ee6c3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/BEV-API/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,19 @@ docker run -it --gpus all -u $(id -u):$(id -g) --rm -p 8000:8000 -v $(pwd):/app
2121
python3 main.py
2222
```
2323

24+
Alternatively, you can run through bash files:
25+
26+
1. Run
27+
```bash
28+
./run
29+
```
30+
31+
2. Stop
32+
```bash
33+
./stop
34+
```
35+
2436
## Development
2537
Based on [SAmmarAbbas/birds-eye-view](https://github.com/SAmmarAbbas/birds-eye-view/tree/master)
2638

27-
And development from [Emiliano Flores](https://github.com/EmilianoHFlores)
39+
And development from [Emiliano Flores](https://github.com/EmilianoHFlores)

0 commit comments

Comments
 (0)