mirror of
https://github.com/tj/n.git
synced 2024-11-21 18:48:57 +01:00
Minor reword
This commit is contained in:
parent
7128e837f3
commit
1a1b61967b
@ -242,7 +242,7 @@ Remove the cache version after installing using `--cleanup`. This is particularl
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n | bash -s install --cleanup lts
|
||||
|
||||
Normally `n run`, `n exec`, and `n which` will fail if the target version is not already in the cache. You can add `--download` to use the cache if available or download first if required:
|
||||
Normally `n run`, `n exec`, and `n which` will fail if the target version is not already in the cache. You can add `--download` to use the cache if available or download if required:
|
||||
|
||||
n --download run 18.3 my-script.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user