Skip to content

Commit

Permalink
Adding Node 13.x instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
edsadr committed Oct 23, 2019
1 parent 9a8e9ae commit d1d99a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -100,6 +100,19 @@ NodeSource will maintain support for stable, testing and unstable releases of De
<a name="debinstall"></a> <a name="debinstall"></a>
### Installation instructions ### Installation instructions


**Node.js v13.x**:

```sh
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs
```


**Node.js v12.x**: **Node.js v12.x**:


```sh ```sh
Expand Down Expand Up @@ -245,6 +258,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: Run as root on RHEL, CentOS, CloudLinux or Fedora:


**NodeJS 13.x**

```text
curl -sL https://rpm.nodesource.com/setup_13.x | bash -
```

**NodeJS 12.x** **NodeJS 12.x**


```text ```text
Expand Down

0 comments on commit d1d99a0

Please sign in to comment.