Skip to content

Commit

Permalink
Remove note about "go install" since it's already been done by the "g…
Browse files Browse the repository at this point in the history
…o get" step
  • Loading branch information
zakora authored and veeableful committed Feb 1, 2018
1 parent 2ef91e9 commit f0d6bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -64,8 +64,6 @@ or type this if you use Bash terminal:

Due to `go-sdl2` being under active development, a lot of breaking changes are going to happen during v0.x. Therefore if you want to stay with the latest stable version, you should replace `github.com/veandco/go-sdl2` with `gopkg.in/veandco/go-sdl2.v0` so it will refer to the latest stable version e.g. `gopkg.in/veandco/go-sdl2.v0/sdl`.

__Note__: If you didn't use the previous commands or use 'go install', you will experience long
compilation time because Go doesn't keep the built binaries unless you install them.

Example
=======
Expand Down

0 comments on commit f0d6bcc

Please sign in to comment.