Skip to content

Commit

Permalink
Update README with usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cmsoft committed Nov 21, 2024
1 parent f530382 commit 5995efe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

```

0 comments on commit 5995efe

Please sign in to comment.