Closed
Description
This is a request that somewhere in the documentation the library search paths would be documented.
Currently I have my own library which lives in a git repo (and is not part of the arduino libraries index.) I couldn't find anything in the documentation about where to put it so that arduino-cli compile
would find it.
Finally in a non-arduino webpage I found that if you put a library in ~/Documents/Arduino/libraries
(on macOS) then arduino-cli compile
will find it. It would be nice if this were documented somewhere.