update README.md

Give simple installation instructions
This commit is contained in:
IamTheFij 2021-07-28 06:26:50 -07:00
parent ba702d2ab9
commit 2cfe9429b7
1 changed files with 6 additions and 1 deletions

View File

@ -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`.