docs: Mention comments for .tool-versions files (#1092)

Closes #1091
This commit is contained in:
kenny-evitt 2021-11-12 16:25:20 -05:00 committed by GitHub
parent c911f2d431
commit ca77d42758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,14 @@ ruby 2.5.3
nodejs 10.15.0
```
You can also include comments:
```:no-line-numbers
ruby 2.5.3 # This is a comment
# This is another comment
nodejs 10.15.0
```
The versions can be in the following format:
- `10.15.0` - an actual version. Plugins that support downloading binaries, will download binaries.