Update CONTRIBUTING.md

This commit is contained in:
Ines Montani 2017-02-24 20:07:05 +01:00 committed by GitHub
parent 2b07ab7db4
commit f81b985f7f

View File

@ -91,7 +91,7 @@ Our [website and docs](https://spacy.io) are implemented in [Jade/Pug](https://w
```bash ```bash
sudo npm install --global harp sudo npm install --global harp
git clone https://github.com/explosion/spaCy git clone https://github.com/explosion/spaCy
cd website cd spaCy/website
harp server harp server
``` ```