Updated build instructions to use tools/ instead of tool/
The build instructions seem to have a typo. The console commands listed use tool/ instead of tools/.
This commit is contained in:
parent
327bfe6520
commit
f313b49cf2
@ -21,14 +21,14 @@ Go by Example site is served by a
|
|||||||
To build the site:
|
To build the site:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ tool/build
|
$ tools/build
|
||||||
$ open site/index.html
|
$ open site/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
To build continuously in a loop:
|
To build continuously in a loop:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ tool/build-loop
|
$ tools/build-loop
|
||||||
```
|
```
|
||||||
|
|
||||||
Builds require the [`pygmentize`](http://pygments.org/)
|
Builds require the [`pygmentize`](http://pygments.org/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user