Skip to content

Commit 12ac205

Browse files
committed
Add a reference link re: PATH to install docs
A reference link provides easy access to the relevant information for readers who are not familiar with this concept while not harming readability for everyone else by increasing verbosity.
1 parent ed05a16 commit 12ac205

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-lint/main/etc/insta
2121
```
2222

2323
If you would like to use the `arduino-lint` command from any location, install Arduino Lint to a directory already in
24-
your `PATH` or add the Arduino Lint installation path to your `PATH` environment variable.
24+
your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the Arduino Lint installation path to your
25+
`PATH` environment variable.
2526

2627
If you want to download a specific Arduino Lint version, for example `0.9.0` or `nightly-latest`, pass the version
2728
number as a parameter like this:
@@ -35,7 +36,8 @@ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-lint/main/etc/insta
3536
Pre-built binaries for all the supported platforms are available for download from the links below.
3637

3738
If you would like to use the `arduino-lint` command from any location, extract the downloaded file to a directory
38-
already in your `PATH` or add the Arduino Lint installation path to your `PATH` environment variable.
39+
already in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the Arduino Lint installation path
40+
to your `PATH` environment variable.
3941

4042
### Latest release
4143

0 commit comments

Comments
 (0)