We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45655f commit e11b946Copy full SHA for e11b946
README.md
@@ -36,12 +36,12 @@ If you have custom hardware and you want to add support for it in the official r
36
37
### tested only Linux
38
39
-docker build . -t vesc_tool
+ docker build . -t vesc_tool
40
41
### run bach
42
43
-docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest bash
+ docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest bash
44
45
### or build in docker
46
47
-docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest /vesc_tool/build_lin
+ docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest /vesc_tool/build_lin
0 commit comments