You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Usage:
32
32
<sh | bash> install.sh <version> [os] [arch]
33
33
34
34
Example:
35
-
sh install.sh v1.0.0-alpha.1 linux amd64
35
+
sh install.sh v1.0.0-alpha.2 linux amd64
36
36
```
37
37
38
38
This assumes
@@ -53,15 +53,15 @@ Each of our releases contain pre-compiled binaries which you may install manuall
53
53
54
54
If you have `go` installed, you may also install the CLI using
55
55
```
56
-
GOBIN="/usr/local/bin" go install github.com/IBM/image-prune@v1.0.0-alpha.1
56
+
GOBIN="/usr/local/bin" go install github.com/IBM/image-prune@v1.0.0-alpha.2
57
57
```
58
58
59
59
> [!NOTE]
60
60
> This will build the `image-prune` CLI from source on your machine, and may lead to unexpected results when using the `image-prune version` subcommand.
61
61
62
62
#### Using `go build`
63
63
64
-
Clone this repository on the tag corresponding to the version you would like to install. The latest is `v1.0.0-alpha.1`. Run
64
+
Clone this repository on the tag corresponding to the version you would like to install. The latest is `v1.0.0-alpha.2`. Run
0 commit comments