Skip to content

Installation Erriez libraries using Git

Erriez edited this page Aug 8, 2018 · 1 revision
  1. 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
  1. Start the Arduino IDE and click Sketch | Preferences | Set Sketchbook location to the ErriezArduinoLibrariesAndSketches directory.

  2. Restart the Arduino IDE.

Update sources using GIT

git fetch
git pull
git submodule update --recursive --remote
Clone this wiki locally