From fb99d0b684900a413ea0814e4f96ec5fb6a16c5a Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 19 Oct 2016 01:24:02 +0200 Subject: [PATCH] Update website README.md --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index cbffe6b93..04acb47ce 100644 --- a/website/README.md +++ b/website/README.md @@ -4,14 +4,14 @@ The [spacy.io](https://spacy.io) website is implemented in [Jade (aka Pug)](https://www.jade-lang.org), and is built or served by [Harp](https://harpjs.com). Jade is an extensible templating language with a readable syntax, that compiles to HTML. The website source makes extensive use of Jade mixins, so that the design system is abstracted away from the content you're -writing. You can read more about our approach in our blog post, ["Rebuilding a Website with Modular Markup Components"](https://explosion.ai/blog/modular-markup). +writing. You can read more about our approach in our blog post, ["Rebuilding a Website with Modular Markup"](https://explosion.ai/blog/modular-markup). ## Building the site ```bash sudo npm install --global harp -git clone https://github.com/explosion/spacy +git clone https://github.com/explosion/spaCy cd website harp server ```