Skip to content

Commit 9bc86df

Browse files
committed
Remove usage instructions from installation script
This content has multiple issues: - Contains project-specific references - Outdated (doesn't mention BINDIR) Since it needs to be modified one way or the other and we already have documentation of the script in installation.md, I think it's best to remove this altogether to avoid the need to maintain two copies of the documentation, and the likelihood that it will not be maintained.
1 parent 973d6d8 commit 9bc86df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

etc/install.sh

-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
# The original version of this script (https://github.com/Masterminds/glide.sh/blob/master/get) is licensed under the
55
# MIT license. See https://github.com/Masterminds/glide/blob/master/LICENSE for more details and copyright notice.
66

7-
#
8-
# Usage:
9-
#
10-
# To install the latest version of Arduino Lint:
11-
# ./install.sh
12-
#
13-
# To pin a specific release of Arduino Lint:
14-
# ./install.sh 0.9.0
15-
#
16-
177
PROJECT_OWNER="arduino"
188
PROJECT_NAME="arduino-lint"
199

0 commit comments

Comments
 (0)