-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Erriez libraries using Git
Erriez edited this page Aug 8, 2018
·
1 revision
- Open a command prompt and type the following commands:
mkdir Arduino
git clone https://github.com/Erriez/ErriezArduinoLibrariesAndSketches.git
cd ErriezArduinoLibrariesAndSketches
git submodule update --init
-
Start the Arduino IDE and click
Sketch | Preferences
| SetSketchbook location
to theErriezArduinoLibrariesAndSketches
directory. -
Restart the Arduino IDE.
git fetch
git pull
git submodule update --recursive --remote