Skip to content

Commit

Permalink
Add setup instructions for 11.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislea committed Oct 25, 2018
1 parent 6b8003e commit 25f280f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down Expand Up @@ -98,6 +98,19 @@ NodeSource will maintain support for stable, testing and unstable releases of De
<a name="debinstall"></a>
### 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
Expand Down Expand Up @@ -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)

Expand All @@ -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
Expand Down

0 comments on commit 25f280f

Please sign in to comment.