Skip to content

Commit 31bd23e

Browse files
committed
Update to adding library - added subfolder suggestions
1 parent 21040ce commit 31bd23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ To find libraries with commits that haven't been included in a release do:
2828
git submodule foreach "git log --oneline HEAD...origin/master"
2929

3030
## Adding a library
31-
Determine the best location within `libraries` for the new library and then run:
31+
Determine the best location within `libraries` (`libraries/drivers/` or
32+
`libraries/helpers/`)for the new library and then run:
3233

3334
git submodule add <git url> libraries/<target directory>
3435

0 commit comments

Comments
 (0)