Skip to content

Commit 533f43a

Browse files
authored
Update README.md
1 parent 7f73bfe commit 533f43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ If you have custom hardware and you want to add support for it in the official r
3636

3737
### tested only Linux
3838

39-
docker build . -t vesc_tool
39+
docker build . -t vesc_tool
4040

4141
### run bach
4242

43-
docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest bash
43+
docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest bash
4444

4545
### or build in docker
4646

47-
docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest /vesc_tool/build_lin
47+
docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest /vesc_tool/build_lin

0 commit comments

Comments
 (0)