aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Oldfield <github-2012-02-24@mjo.tc>2012-04-26 15:14:13 -0700
committerMartin Oldfield <github-2012-02-24@mjo.tc>2012-04-26 15:14:13 -0700
commit3bc318b43e3faa2b11de7c3d30e6b6c7bb19ec84 (patch)
tree8fc50f40ff7536d02714439752c22afd154007c0 /README.md
parentb3a4a24922378629b65e07fb87dc65d0f3a52bc9 (diff)
parentde2b5273ec27fbf418c642a34af4721608cd4163 (diff)
Merge pull request #6 from peplin/sketchbook-libraries
Compile and include libraries from the sketchbook folder
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`.