mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update readme
This commit is contained in:
parent
6f217359da
commit
2a6a063e17
1 changed files with 2 additions and 10 deletions
12
README.md
12
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue