aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec38ba9..e976748 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,10 @@ documentation](http://mjo.tc/atelier/2009/02/arduino-cli.html
"Documentation") exists.
If you're using Debian or Ubuntu, you can find this in the arduino-core package.
+
+## User Libraries
+
+In order to use Arduino libraries installed in the user's sketchbook folder (the
+standard location for custom libraries when using the Arduino IDE), you need to
+set the `ARDUNIO_SKETCHBOOK` variable to point to this directory. By default it
+is set to `$HOME/sketchbook`.