Skip to content

Commit 90dd25b

Browse files
authored
Merge pull request #80 from kattni/readme-add-lib-update
Update to adding library - added subfolder suggestions
2 parents 21040ce + 31bd23e commit 90dd25b

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)