Skip to content

docs: explain default version and LTS in README#1561

Open
leno23 wants to merge 2 commits into
Schniz:masterfrom
leno23:docs/readme-default-and-lts
Open

docs: explain default version and LTS in README#1561
leno23 wants to merge 2 commits into
Schniz:masterfrom
leno23:docs/readme-default-and-lts

Conversation

@leno23

@leno23 leno23 commented May 17, 2026

Copy link
Copy Markdown

Summary

The main README had installation and shell setup, but did not explain how to install LTS vs latest stable or how fnm default relates to those. New users reported having to dig through issues (#1501).

Adds an Installing Node.js versions section with:

  • fnm install --lts and codename installs (lts/NAME, --lts NAME)
  • fnm install --latest / fnm install latest
  • partial semver and fnm list-remote --lts
  • fnm default vs fnm use / --use

Fixes #1501

Test plan

  • Documentation only; no code changes
  • Maintainer review for accuracy of LTS/codename examples

leno23 and others added 2 commits May 17, 2026 09:38
Add an "Installing Node.js versions" section covering
`fnm install --lts`, codename installs, `latest`, partial
semver, and how `fnm default` differs from LTS.

Fixes Schniz#1501

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation - please explain default and lts better

1 participant