forked from arduino/library-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
- [When I install a library that I know depends on another library, will this other library be installed as well?](#when-i-install-a-library-that-i-know-depends-on-another-library-will-this-other-library-be-installed-as-well) | ||
- [Can I install multiple versions of one library and use the proper one in my sketches?](#can-i-install-multiple-versions-of-one-library-and-use-the-proper-one-in-my-sketches) | ||
- [How can I remove a library I installed via Library Manager?](#how-can-i-remove-a-library-i-installed-via-library-manager) | ||
- [Security & Malware Reporting](#security--malware-reporting) | ||
|
||
<!-- tocstop --> | ||
|
||
|
@@ -195,3 +196,11 @@ This version of the Arduino IDE does not have an integrated uninstall functional | |
#### Arduino CLI | ||
|
||
Libraries can be uninstalled via [the `arduino-cli lib uninstall` command](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib_uninstall/). | ||
|
||
## Security & Malware Reporting | ||
|
||
If you think you found a vulnerability, malware or other security-related defect in any Arduino Library projects, please take a look at our security policy and report it to our Security Team 🛡️. | ||
|
||
Thank you! | ||
|
||
E-mail contact: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ This repository contains the list of libraries in the | |
- [Changing the URL of a library already in Library Manager](#changing-the-url-of-a-library-already-in-library-manager) | ||
- [Removing a library from Library Manager](#removing-a-library-from-library-manager) | ||
- [Report a problem with Library Manager](#report-a-problem-with-library-manager) | ||
- [Security & Malware Reporting](#security--malware-reporting) | ||
|
||
<!-- tocstop --> | ||
|
||
|
@@ -118,3 +119,11 @@ This repository is not an appropriate place to request support or report problem | |
own documentation for instructions or ask on the [Arduino Forum](https://forum.arduino.cc/). | ||
|
||
If the problem is about something else, please submit an issue report [here](https://github.com/arduino/library-registry/issues/new/choose). | ||
|
||
## Security & Malware Reporting | ||
|
||
If you think you found a vulnerability, malware or other security-related defect in any Arduino Library projects, please take a look at our security policy and report it to our Security Team 🛡️. | ||
|
||
Thank you! | ||
|
||
E-mail contact: [email protected] |