Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
This closes #13
  • Loading branch information
anthonynsimon authored Aug 27, 2016
1 parent b6c0d66 commit 762690f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ Package bild provides a collection of common image processing functions. The inp

**Notice:** This package is under heavy development and the API might change at any time until a 1.0 version is reached.


## Documentation

http://godoc.org/github.com/anthonynsimon/bild


## Install

bild requires Go version 1.4 or greater.

go get -u github.com/anthonynsimon/bild
go get -u github.com/anthonynsimon/bild/...


## Documentation

http://godoc.org/github.com/anthonynsimon/bild
Notice the '...' at the end, this is to signify that you want all the packages on the repo. In your code, simply import the specific package that you want to use (see example below).


## Basic example:
Expand Down

0 comments on commit 762690f

Please sign in to comment.