Merge pull request #3 from adamjgray/patch-1
Updated build instructions to use tools/ instead of tool/
This commit is contained in:
commit
b6627cf984
@ -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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user