You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ Keys:
53
53
Keys:
54
54
- `source-url`- URL to clone the repository from. It must start with `git://` or end with `.git`.
55
55
- `version`- [Git ref](https://git-scm.com/book/en/v2/Git-Internals-Git-References) of the repository to checkout. The special version name `latest` will cause the latest tag to be used. By default, the repository will be checked out to the tip of the default branch.
56
-
- `source-path`- path to install as a library. Paths are relative to the root of the repository. The default is to install from the root of the repository.
56
+
- `source-path`- path to install as a platform. Paths are relative to the root of the repository. The default is to install from the root of the repository.
57
57
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
58
58
59
59
##### Archive download
60
60
61
61
Keys:
62
62
- `source-url`- download URL for the archive (e.g., `https://github.com/arduino/ArduinoCore-avr/archive/master.zip`).
63
-
- `source-path`- path to install as a library. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder. The default is to install from the root folder of the archive.
63
+
- `source-path`- path to install as a platform. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder. The default is to install from the root folder of the archive.
64
64
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
0 commit comments