Skip to content

Commit 476bf70

Browse files
chore(version): update docs for alpha.2 release (#17)
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
1 parent 0b4cea0 commit 476bf70

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Usage:
3232
<sh | bash> install.sh <version> [os] [arch]
3333
3434
Example:
35-
sh install.sh v1.0.0-alpha.1 linux amd64
35+
sh install.sh v1.0.0-alpha.2 linux amd64
3636
```
3737

3838
This assumes
@@ -53,15 +53,15 @@ Each of our releases contain pre-compiled binaries which you may install manuall
5353

5454
If you have `go` installed, you may also install the CLI using
5555
```
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
5757
```
5858

5959
> [!NOTE]
6060
> 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.
6161
6262
#### Using `go build`
6363

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
6565
```bash
6666
YOUR_OS="<your-os>"
6767
YOUR_ARCH="<your-arch>"

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# User input
2-
VERSION=${1:-"v1.0.0-alpha.1"}
2+
VERSION=${1:-"v1.0.0-alpha.2"}
33
OPERATING_SYSTEM=${2:-"$(go env GOOS 2>/dev/null)"}
44
ARCHITECTURE=${3:-"$(go env GOARCH 2>/dev/null)"}
55

@@ -10,7 +10,7 @@ Usage:
1010
<sh | bash> install.sh <version> [os] [arch]
1111
1212
Example:
13-
sh install.sh v1.0.0-alpha.1 linux amd64
13+
sh install.sh v1.0.0-alpha.2 linux amd64
1414
"
1515
}
1616

0 commit comments

Comments
 (0)