From d803f4731a19a36c951333eccb57660d6b358f48 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 27 Apr 2020 17:02:17 -0700 Subject: [PATCH] Windows path confirmed thanks to guitarjorge24. Signed-off-by: Jesse Vincent --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42342c21..cc56e848 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,13 @@ mkdir -p $HOME/Arduino/hardware cd $HOME/Arduino/hardware ``` -### Windows +### Windows (Assuming cmd) + +```sh +mkdir %userprofile%\Documents\Arduino\hardware +cd %userprofile%\Documents\Arduino\hardware +``` -*TODO*: Write me ### Install the libraries and hardware definitions