Skip to content

Commit 10231d1

Browse files
committed
Updates README with better instructions for downloading the src and installing in arduino IDE
1 parent b50f34e commit 10231d1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ This library is used by the [m5stack repo][m5stack] m5note Arduino sketch, which
1111

1212
## Installation
1313

14-
1. Clone this library and its submodule from github into your Arduino libraries folder:
15-
```
16-
git clone --recursive [email protected]:blues/note-arduino.git [PATH_TO_YOUR_ARDUINO_HOME_FOLDER]/libraries/note-arduino`
17-
```
14+
1. Download the library as a zip from the latest release
15+
[here](https://github.com/blues/note-arduino/releases)
1816
2. Start the Arduino IDE
19-
3. Verify that the following items are available:
17+
3. Import the library:
2018
```
21-
File -> Examples -> Examples from Custom Libraries -> Blues Wireless Notecard -> 01-Requests
22-
Sketch -> Include library -> Contributed Libraries -> Blues Wireless Notecard
19+
Sketch -> Include library -> Add ZIP Library
2320
```
21+
And select the previously downloaded zip file.
2422

2523
[blues]: https://blues.com
2624
[notehub]: https://notehub.io
2725
[note-c]: https://github.com/blues/note-c
2826
[m5stack]: https://github.com/blues/m5stack
27+

0 commit comments

Comments
 (0)