Skip to content

Commit b905c5e

Browse files
committed
upg: install instructions
1 parent e557ce7 commit b905c5e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@
2121

2222
### 2. install library
2323

24-
Run `install.sh` (on Linux/MacOS) or `install.bat` (Windows) to upload all files needed to run the Arduino Alvik micropython library.
24+
Run the following line to upload all files and download the dependencies needed to run the Arduino Alvik micropython library.
25+
26+
```shell
27+
Linux
28+
$ ./install.sh -p <device port>
29+
30+
Windows
31+
> install.bat -p <device port>
32+
```
2533

2634
__NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
2735

0 commit comments

Comments
 (0)