diff --git a/README.md b/README.md index 67f6353..24c2630 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ sudo cp gooci /usr/local/bin ## Usage ```shell -$ ./gooci help +$ gooci help gooci handles uploading and downloading of GoReleaser archives to an OCI registry Usage: @@ -38,10 +38,13 @@ Available Commands: completion Generate the autocompletion script for the specified shell download Download GoReleaser archives to a local directory help Help about any command + login Login to a remote registry + logout Log out of a registry upload Upload GoReleaser archives to an OCI registry Flags: -h, --help help for gooci Use "gooci [command] --help" for more information about a command. + ```