Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
npm(1) -- a JavaScript package manager
npm - a JavaScript package manager
==============================

[![Build Status](https://img.shields.io/travis/npm/cli/latest.svg)](https://travis-ci.org/npm/cli)

## SYNOPSIS

This is just enough info to get you up and running.

Much more info will be available via `npm help` once it's installed.
More info will be available via `npm help` once it's installed.

## IMPORTANT

**You need node v6 or higher to run this program.**

To install an old **and unsupported** version of npm that works on node v5
Expand Down Expand Up @@ -51,7 +49,7 @@ There's a pretty robust install script at
Here's an example using curl:

```sh
curl -L https://www.npmjs.com/install.sh | sh
curl -fsSL https://www.npmjs.com/install.sh | sh
```

### Slightly Fancier
Expand Down