From 9d637b7644d19d83a926887881b3ffe79cb77bb8 Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Tue, 27 Aug 2024 15:04:41 +1000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4680f5b..697e48a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ command line interface. ## Install - go get github.com/wrouesnel/emailcli +Download a release binary from the [releases](https://github.com/wrouesnel/emailcli/releases/latest) page or use the container packaging: + + podman run -it --rm ghcr.io/wrouesnel/emailcli:latest + +OR + + docker run -it --rm ghcr.io/wrouesnel/emailcli:latest ## Usage