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:
2727curl -fsSL https://raw.githubusercontent.com/arduino/arduino-lint/main/etc/install.sh | sh -s 0.9.0
2828```
2929
30- ### Download
30+ ## Download
3131
3232Pre-built binaries for all the supported platforms are available for download from the links below.
3333
3434If you would like to use the ` arduino-lint ` command from any location, extract the downloaded file to a directory
3535already in your ` PATH ` or add the Arduino Lint installation path to your ` PATH ` environment variable.
3636
37- #### Latest release
37+ ### Latest release
3838
3939| Platform | | |
4040| --------- | -------------------- | -------------------- |
@@ -51,11 +51,11 @@ already in your `PATH` or add the Arduino Lint installation path to your `PATH`
5151[ windows32 ] : https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_32bit.zip
5252[ macos ] : https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_64bit.tar.gz
5353
54- #### Previous versions
54+ ### Previous versions
5555
5656These are available from the "Assets" sections on the [ releases page] ( https://github.com/arduino/arduino-lint/releases ) .
5757
58- #### Nightly builds
58+ ### Nightly builds
5959
6060These builds are generated every day at 01:00 GMT from the ` main ` branch and should be considered unstable. In order to
6161get 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
8181Checksums for the nightly builds are available at
8282` https://downloads.arduino.cc/arduino-lint/nightly/nightly-<DATE>-checksums.txt `
8383
84- ### Build from source
84+ ## Build from source
8585
8686If you're familiar with Golang or if you want to contribute to the project, you will probably build Arduino Lint locally
8787with 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