0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Minor reword

This commit is contained in:
John Gee 2024-10-28 14:54:27 +13:00
parent 7128e837f3
commit 1a1b61967b

View File

@ -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