Skip to content

Commit

Permalink
Removing Node.js v6
Browse files Browse the repository at this point in the history
  • Loading branch information
edsadr committed Jun 14, 2019
1 parent 60da741 commit 65930b7
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This repository contains documentation for using the **[NodeSource](https://nodesource.com)** **[Node.js](http://nodejs.org)** Binary Distributions via .rpm, .deb and Snap packages as well as their setup and support scripts.

If you are looking for NodeSource's low-impact Node.js performance monitoring platform, please visit **<https://accounts.nodesource.com/sign-up>**
If you are looking for NodeSource's low-impact Node.js performance monitoring platform, please **[get started here](https://accounts.nodesource.com/sign-up-linuxdistro).**

Please file an issue if you are experiencing a problem or would like to discuss something related to the distributions.

Expand Down Expand Up @@ -150,18 +150,6 @@ curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
```

**Node.js v6.x**:

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

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

***Optional***: install build tools

To compile and install native addons from npm you may also need to install build tools:
Expand Down Expand Up @@ -281,12 +269,6 @@ curl -sL https://rpm.nodesource.com/setup_10.x | bash -
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
```

**NodeJS 6.x**

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

***Optional***: install build tools

To compile and install native addons from npm you may also need to install build tools:
Expand Down Expand Up @@ -448,6 +430,7 @@ We, unfortunately, do not have the resources necessary to support and test the p
<tr><th align="left">Sebastian Blei</th><td><a href="https://github.com/iamsebastian">GitHub/iamsebastian</a></td><td></td></tr>
<tr><th align="left">Jorge Maldonado Ventura</th><td><a href="https://notabug.org/jorgesumle">NotABug/jorgesumle</a></td><td></td></tr>
<tr><th align="left">Mayank Metha</th><td><a href="https://github.com/mayankmetha">GitHub/mayankmetha</a></td><td><a href="https://twitter.com/mayankmethad">Twitter/@mayankmethad</a></td></tr>
<tr><th align="left">Adrian Estrada</th><td><a href="https://github.com/edsadr">GitHub/edsadr</a></td><td><a href="https://twitter.com/edsadr">Twitter/@edsadr</a></td></tr>
</tbody></table>

Contributions are welcomed from anyone wanting to improve this project!
Expand Down

0 comments on commit 65930b7

Please sign in to comment.