From 25f280f63ead98a021bb8c3e23dbdd484bec0f63 Mon Sep 17 00:00:00 2001 From: Chris Lea Date: Thu, 25 Oct 2018 14:46:00 -0700 Subject: [PATCH] Add setup instructions for 11.x. --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cefec82b..bc12be5d 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ NodeSource will maintain Ubuntu distributions in active support by Canonical, in * **Ubuntu 14.04 LTS** (Trusty Tahr) - **not available for Node.js 10 and later** * **Ubuntu 16.04 LTS** (Xenial Xerus) -* **Ubuntu 17.10** (Artful Aardvark) * **Ubuntu 18.04 LTS** (Bionic Beaver) +* **Ubuntu 18.10** (Cosmic Cuttlefish) **Supported Debian versions:** @@ -98,6 +98,19 @@ NodeSource will maintain support for stable, testing and unstable releases of De ### Installation instructions +**Node.js v11.x**: + +```sh +# Using Ubuntu +curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - +sudo apt-get install -y nodejs + +# Using Debian, as root +curl -sL https://deb.nodesource.com/setup_11.x | bash - +apt-get install -y nodejs +``` + + **Node.js v10.x**: ```sh @@ -216,7 +229,6 @@ NodeSource will continue to maintain the following architectures and may add add **Supported Fedora versions:** -* **Fedora 26** (32-bit for Node <= 10.x and 64-bit) * **Fedora 27** (32-bit for Node <= 10.x and 64-bit) * **Fedora 28** (64-bit) @@ -229,6 +241,12 @@ _NOTE: If you are using RHEL 6 or CentOS 6, you might want to read about [runnin Run as root on RHEL, CentOS, CloudLinux or Fedora: +**NodeJS 11.x** + +```text +curl -sL https://rpm.nodesource.com/setup_11.x | bash - +``` + **NodeJS 10.x** ```text