From cd40d7afac2554ec2d2c213cdab31f0ac6398736 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 1 Oct 2018 21:38:59 -0700 Subject: doc: improve Download section of README Simplify and clarify text in the Download section of the README file. PR-URL: https://github.com/nodejs/node/pull/23212 Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Benjamin Gruenbaum Reviewed-By: Richard Lau Reviewed-By: James M Snell --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d87987f4eaf..3ae889f92cc 100644 --- a/README.md +++ b/README.md @@ -94,23 +94,27 @@ Binaries, installers, and source tarballs are available at . #### Current and LTS Releases -**Current** and **LTS** releases are available at -, listed under their version strings. + + The [latest](https://nodejs.org/download/release/latest/) directory is an -alias for the latest Current release. The latest LTS release from an LTS -line is available in the form: latest-_codename_. For example: -. +alias for the latest Current release. The latest-_codename_ directory is an +alias for the latest release from an LTS line. For example, + is the latest Carbon +(Node.js version 8) release. #### Nightly Releases -**Nightly** builds are available at -, listed under their version -string which includes their date (in UTC time) and the commit SHA at -the HEAD of the release. + + +Listed under their version string which includes their date (in UTC time) and +the commit SHA at the HEAD of the release. #### API Documentation -**API documentation** is available in each release and nightly -directory under _docs_. points to the API -documentation of the latest stable version. + + +Points to the API documentation of the latest Current release. +Version specific documentation are avalible in each release and nightly +directory under _docs_ or at . + ### Verifying Binaries -- cgit v1.2.3