From 7953e269af4e650504a0cc899cafa3cdadc38f11 Mon Sep 17 00:00:00 2001 From: cecio Date: Wed, 5 Jul 2023 00:53:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0edbd..b99a377 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ If you want to re-create a new fake filesystem, you may want to have a look to t #### Dockerfile -If you want to build your own firmware, after you customized it, I provide a `Dockerfile` which builds a complete **Arduino** environment and compile the firmware, just do this in main `USBvalve` folder: +If you want to build your own firmware, after you customized it, I provide a `Dockerfile` which builds a complete **Arduino** environment and compile the firmware. Enter the following commands in the main `USBvalve` folder: ``` docker build -t usbvalve/arduino-cli .