From 26f0ec5ff686362bd8ca032767c00bb6dc231993 Mon Sep 17 00:00:00 2001 From: karu2003 Date: Mon, 30 Oct 2023 08:17:16 +0100 Subject: [PATCH] add Docker in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3b6e4342..2cf1ff0c1 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file