Skip to content

Commit

Permalink
add Docker in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karu2003 committed May 18, 2024
1 parent ebfbaf4 commit b46cbbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ If you have custom hardware and you want to add support for it in the official r

## How to Build the Docker Image

# tested only Linux
### tested only Linux

docker build . -t vesc_tool

# run bach
### run bach

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

# or build in docker
### or build in docker

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

0 comments on commit b46cbbf

Please sign in to comment.