diff --git a/README.md b/README.md index b59f6b0..f382663 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,12 @@ You can configure Go-MailHog using command line options: ### Contributing -Clone this repository to ```$GOPATH/src/github.com/ian-kent/Go-MailHog``` and type ```go install```. - -You'll need go-bindata to embed web assets: -``` -go get https://github.com/jteeuwen/go-bindata/... -go-bindata assets/... -``` - -If you build using ```make install```, necessary dependencies will be installed for you. +Clone this repository to ```$GOPATH/src/github.com/ian-kent/Go-MailHog``` and type ```make deps```. Run tests using ```make test```. You'll need a copy of MailHog running for tests to pass. (Tests currently fail using in-memory storage, use MongoDB!) -If you make any changes, run ```go fmt``` before submitting a pull request. +If you make any changes, run ```go fmt ./...``` before submitting a pull request. ### Licence