Skip to content

Commit

Permalink
docs: added info where to install crane
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jan 17, 2023
1 parent 73289cf commit 084d191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/cmd/image_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main(repository):

if crane_path is None:
raise click.UsageError(
"Crane is not installed. Please install it before running this command."
"Crane is not installed. Please install it before running this command: https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md#installation"
)

for image in IMAGES:
Expand Down

0 comments on commit 084d191

Please sign in to comment.