Revert "Job stats table"

This commit is contained in:
Venus Bailey
2017-08-16 15:25:26 +01:00
committed by GitHub
parent 38e6b8188c
commit cbe2df3946
3 changed files with 110 additions and 88 deletions

View File

@@ -22,7 +22,6 @@ Brew is a package manager for OSX. The following command installs brew:
Languages needed
- Python 3.4
- [pip] (https://pip.pypa.io/en/stable/installing/)
- [Node](https://nodejs.org/) 5.0.0 or greater
- [npm](https://www.npmjs.com/) 3.0.0 or greater
```shell
@@ -35,7 +34,7 @@ different versions of Node. The following installs `n` and uses the latest
version of Node.
```shell
npm install -g n
sudo n latest
n latest
npm rebuild node-sass
```