From 2a6a063e173f61bf11d0b5d79dd00b35f36045b4 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Tue, 24 Jun 2014 22:24:54 +0100 Subject: [PATCH] Update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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