Skip to content

Commit 973d6d8

Browse files
committed
Add source comments to installation assets
These are intended to facilitate syncing fixes and improvements to the templates in either direction.
1 parent b0646d3 commit 973d6d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Source: https://github.com/arduino/tooling-project-assets/blob/main/other/installation-script/installation.md -->
2+
13
## Use the install script
24

35
The script requires `sh`, which is always available on Linux and macOS. `sh` is not available by default on Windows. The

etc/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/other/installation-script/install.sh
23

34
# The original version of this script (https://github.com/Masterminds/glide.sh/blob/master/get) is licensed under the
45
# MIT license. See https://github.com/Masterminds/glide/blob/master/LICENSE for more details and copyright notice.

0 commit comments

Comments
 (0)