Skip to content

Commit f2c3fe9

Browse files
committed
Align heading levels in install docs
This document is intended to provide a list of installation options: - script - download - build but the heading levels were misaligned, which resulted in this structure: - script - download - build
1 parent 1ffea34 commit f2c3fe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ number as a parameter like this:
2727
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-lint/main/etc/install.sh | sh -s 0.9.0
2828
```
2929

30-
### Download
30+
## Download
3131

3232
Pre-built binaries for all the supported platforms are available for download from the links below.
3333

3434
If you would like to use the `arduino-lint` command from any location, extract the downloaded file to a directory
3535
already 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

5656
These 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

6060
These builds are generated every day at 01:00 GMT from the `main` branch and should be considered unstable. In order to
6161
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
8181
Checksums 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

8686
If you're familiar with Golang or if you want to contribute to the project, you will probably build Arduino Lint locally
8787
with your Go toolchain. See the ["How to contribute"](CONTRIBUTING.md#building-the-source-code) page for instructions.

0 commit comments

Comments
 (0)