We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21040ce commit 31bd23eCopy full SHA for 31bd23e
README.md
@@ -28,7 +28,8 @@ To find libraries with commits that haven't been included in a release do:
28
git submodule foreach "git log --oneline HEAD...origin/master"
29
30
## Adding a library
31
-Determine the best location within `libraries` for the new library and then run:
+Determine the best location within `libraries` (`libraries/drivers/` or
32
+`libraries/helpers/`)for the new library and then run:
33
34
git submodule add <git url> libraries/<target directory>
35
0 commit comments