Update readme

This commit is contained in:
Ian Kent 2014-06-24 22:24:54 +01:00
parent 6f217359da
commit 2a6a063e17

View file

@ -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