From 5f9650675363edd9c9a206913c6fd925ff257552 Mon Sep 17 00:00:00 2001 From: Mohamed Al Ashaal Date: Mon, 12 Nov 2018 19:54:34 +0200 Subject: [PATCH] updated the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a3844cb..b39c0f8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ Installation - binaries: go to [releases](https://github.com/uflare/smtp2http/releases) page and choose your distribution. - go: `go get github.com/uflare/smtp2http` +Usage +===== +`smtp2http --listen=:25 --webhook=http://localhost:8080/api/smtp-hook --strict=true` + +Help +==== +`smtp2http --help` + Contribution ============= > Fork > Patch > Create Pull Request