mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: Correct typo on getting started page (#1086)
Co-authored-by: Khalid J Hosein <kjhosein@gmail.com>
This commit is contained in:
parent
73efc9fa97
commit
4321980c33
@ -228,7 +228,7 @@ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
|
||||
|
||||
Now we have a plugin for Node.js we can install a version of the tool.
|
||||
|
||||
We can observer which versions are available with `asdf list all nodejs` or a subset of versions with `asdf list all nodejs 14`.
|
||||
We can see which versions are available with `asdf list all nodejs` or a subset of versions with `asdf list all nodejs 14`.
|
||||
|
||||
We will just install the `latest` available version:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user