Add explicit go get for blackfriday lib, closes

This commit is contained in:
Mark McGranaghan 2014-01-16 08:08:51 -08:00
parent 3c5392df99
commit 780888b845

@ -20,6 +20,7 @@ We include a lightweight Go server in `server.go`.
To build the site:
```console
$ go get github.com/russross/blackfriday
$ tools/build
$ open public/index.html
```