Skip to content

Commit

Permalink
README: Improve wording in Generating section.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitshur committed Mar 15, 2015
1 parent 396528a commit df6d1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,9 +45,9 @@ The `procaddr` package contains platform-specific functions for [loading OpenGL
Generating
----------

These gl bindings are generated using `glow` generator. Only developers of this repository need to do this step.
These gl bindings are generated using the [Glow](https://github.com/go-gl/glow) generator. Only developers of this repository need to do this step.

It is required to have glow source in the same Go workspace (since relative paths are used) and the glow generator installed, doable with `go get -u github.com/go-gl/glow`.
It is required to have `glow` source in the same Go workspace (since relative paths are used) and the `glow` binary should be in your `$PATH`. Doable with `go get -u github.com/go-gl/glow` if your `$GOPATH/bin` is in your `$PATH`.

```bash
go generate -tags=gen github.com/go-gl/gl
Expand Down

0 comments on commit df6d1ee

Please sign in to comment.