Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karu2003 authored Jan 1, 2025
1 parent 7f73bfe commit 533f43a
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 @@ -36,12 +36,12 @@ If you have custom hardware and you want to add support for it in the official r

### tested only Linux

docker build . -t vesc_tool
docker build . -t vesc_tool

### run bach

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

### or build in docker

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 comments on commit 533f43a

Please sign in to comment.