Add explicit go get for blackfriday lib, closes #64

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

View File

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