You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,17 @@ If you have custom hardware and you want to add support for it in the official r
31
31
1) Go to https://github.com/vedderb/bldc and use the github fork function.
32
32
2) Make your changes, test them and make a pull request to the main repository.
33
33
3) If the pull request gets accepted your hardware will become part of the next official release. It will show up in the binary beta typically after a few days and in the stable version the next time a stable release is made.
34
+
35
+
## How to Build the Docker Image
36
+
37
+
# tested only Linux
38
+
39
+
docker build . -t vesc_tool
40
+
41
+
# run bach
42
+
43
+
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
0 commit comments