Skip to content
README.md 525 B
Newer Older
Miek Gieben's avatar
Miek Gieben committed
# Learning Go

Miek Gieben's avatar
Miek Gieben committed
**WORK IN PROGRESS**

Miek Gieben's avatar
Miek Gieben committed
This is the "Learning Go" book in mmark markdown. It is translated
to HTML with [mmark](https://github.com/miekg/mmark).

Miek Gieben's avatar
Miek Gieben committed
After some post processing [the end result, can be found here](http://miek.nl/go/learninggo.html).
Note this is a temporary location.
Miek Gieben's avatar
Miek Gieben committed

## To Build YourSelf

Miek Gieben's avatar
Miek Gieben committed
* Download or `go get` [mmark](https://github.com/miekg/mmark).
* `cd mmark/mmark`
* `go install`

And then just `make` in this repository, and `cd fix; make` to make the `.png` from the `.svg`
with Inkscape.