Skip to content

Commit 7eb52ac

Browse files
committed
add Docker in README.md
1 parent 80ffa7b commit 7eb52ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ If you have custom hardware and you want to add support for it in the official r
3434

3535
## How to Build the Docker Image
3636

37-
# tested only Linux
37+
### tested only Linux
3838

3939
docker build . -t vesc_tool
4040

41-
# run bach
41+
### run bach
4242

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

45-
# or build in docker
45+
### or build in docker
4646

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

0 commit comments

Comments
 (0)