Windows path confirmed thanks to guitarjorge24.

Signed-off-by: Jesse Vincent <jesse@keyboard.io>
pull/839/head
Jesse Vincent 4 years ago
parent 04f67a6504
commit d803f4731a

@ -30,9 +30,13 @@ mkdir -p $HOME/Arduino/hardware
cd $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 ### Install the libraries and hardware definitions

Loading…
Cancel
Save