simplify readme

This commit is contained in:
Mark McGranaghan 2012-10-01 18:23:39 -07:00
parent 6b5aab351d
commit 975d5b2054

View File

@ -1,25 +1,8 @@
## gbe-book
Go by Example book source.
### Number'ing
```console
$ mate tool/index.txt
$ go run tool/number.go
```
### Gofmt'ing
```console
$ tool/gofmt
```
### Building
Go by Example book source and build toolchain.
```console
$ tool/build
$ open build/go-by-example.pdf
```