We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e117309 + f2abe97 commit e233064Copy full SHA for e233064
README.md
@@ -7,6 +7,10 @@
7
This project is a library to ease implementation of pluggable discoveries for the [Arduino CLI](https://github.com/arduino/arduino-cli)
8
following the [official specification](https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-discovery).
9
10
+## Reference implementation
11
+
12
+The [`dummy-discovery` folder](dummy-discovery) contains a reference pluggable discovery implementation.
13
14
## Security
15
16
If you think you found a vulnerability or other security-related bug in this project, please read our
0 commit comments