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 Nov 3, 2023
1 parent f062045 commit 26f0ec5
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 26f0ec5

Please sign in to comment.