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.
2 parents b44299b + 3cf7e2a commit 41f5cc1Copy full SHA for 41f5cc1
README.md
@@ -36,6 +36,10 @@ Determine the best location within `libraries` for the new library and then run:
36
The target directory should omit any MicroPython or CircuitPython specific
37
prefixes such as `CircuitPython_` to simplify the listing.
38
39
+You should make sure that the git url has the format `https://github.com/{:user}/{:repo}.git`,
40
+such as `https://github.com/tannewt/CircuitPython_Example.git`. Other forms may interfere with
41
+adabot scripts (see https://github.com/adafruit/adabot/issues/145 for details).
42
+
43
## Removing a library
44
Only do this if you are replacing the module with an equivalent:
45
0 commit comments