From 2cfe9429b7668f9a306fa6d321517e110ce1b791 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Wed, 28 Jul 2021 06:26:50 -0700 Subject: [PATCH] update README.md Give simple installation instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daa3fc..42fe716 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Checks current running containers for newer tags according to semver Usage: - go run . -h + tag-checker -h -max-pages int max number of pages to retrieve from registry (default 10) @@ -12,3 +12,8 @@ Usage: base url of the registry you want to check against (default "https://registry.hub.docker.com") -version display the version of dockron and exit + + +## Installation + +You can either install the binary from the Releases tab or use the image hoated on Docker Hub at `iamthefij/tag-checker`. \ No newline at end of file