Merge pull request #3 from adamjgray/patch-1

Updated build instructions to use tools/ instead of tool/
This commit is contained in:
Mark McGranaghan 2012-10-11 11:01:31 -07:00
commit b6627cf984

View File

@ -21,14 +21,14 @@ Go by Example site is served by a
To build the site:
```console
$ tool/build
$ tools/build
$ open site/index.html
```
To build continuously in a loop:
```console
$ tool/build-loop
$ tools/build-loop
```
Builds require the [`pygmentize`](http://pygments.org/)