File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ number as a parameter like this:
27
27
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-lint/main/etc/install.sh | sh -s 0.9.0
28
28
```
29
29
30
- ### Download
30
+ ## Download
31
31
32
32
Pre-built binaries for all the supported platforms are available for download from the links below.
33
33
34
34
If you would like to use the ` arduino-lint ` command from any location, extract the downloaded file to a directory
35
35
already in your ` PATH ` or add the Arduino Lint installation path to your ` PATH ` environment variable.
36
36
37
- #### Latest release
37
+ ### Latest release
38
38
39
39
| Platform | | |
40
40
| --------- | -------------------- | -------------------- |
@@ -51,11 +51,11 @@ already in your `PATH` or add the Arduino Lint installation path to your `PATH`
51
51
[ windows32 ] : https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_32bit.zip
52
52
[ macos ] : https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_64bit.tar.gz
53
53
54
- #### Previous versions
54
+ ### Previous versions
55
55
56
56
These are available from the "Assets" sections on the [ releases page] ( https://github.com/arduino/arduino-lint/releases ) .
57
57
58
- #### Nightly builds
58
+ ### Nightly builds
59
59
60
60
These builds are generated every day at 01:00 GMT from the ` main ` branch and should be considered unstable. In order to
61
61
get the latest nightly build available for the supported platform, use the following links:
@@ -81,7 +81,7 @@ get the latest nightly build available for the supported platform, use the follo
81
81
Checksums for the nightly builds are available at
82
82
` https://downloads.arduino.cc/arduino-lint/nightly/nightly-<DATE>-checksums.txt `
83
83
84
- ### Build from source
84
+ ## Build from source
85
85
86
86
If you're familiar with Golang or if you want to contribute to the project, you will probably build Arduino Lint locally
87
87
with your Go toolchain. See the [ "How to contribute"] ( CONTRIBUTING.md#building-the-source-code ) page for instructions.
You can’t perform that action at this time.
0 commit comments