Skip to content

Commit 147c927

Browse files
authored
readme update for 0.3.2 (#35)
1 parent 05d0b39 commit 147c927

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ Install `oras` using [GoFish](https://gofi.sh/):
5959
```
6060
gofish install oras
6161
==> Installing oras...
62-
🐠 oras 0.3.1: installed in 65.131245ms
62+
🐠 oras 0.3.2: installed in 65.131245ms
6363
```
6464

6565
or install manually from the latest [release artifacts](https://github.com/shizhMSFT/oras/releases):
6666
```
6767
# Linux
68-
curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1/oras_0.3.1_linux_amd64.tar.gz
68+
curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.2/oras_0.3.2_linux_amd64.tar.gz
6969
7070
# macOS
71-
curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1/oras_0.3.1_darwin_amd64.tar.gz
71+
curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.2/oras_0.3.2_darwin_amd64.tar.gz
7272
7373
# unpack, install, dispose
7474
mkdir -p oras-install/
75-
tar -zxf oras_0.3.1_*.tar.gz -C oras-install/
75+
tar -zxf oras_0.3.2_*.tar.gz -C oras-install/
7676
mv oras-install/oras /usr/local/bin/
77-
rm -rf oras_0.3.1_*.tar.gz oras-install/
77+
rm -rf oras_0.3.2_*.tar.gz oras-install/
7878
```
7979

8080
Then, to run:
@@ -88,7 +88,7 @@ oras help
8888
A public Docker image containing the CLI is available on [Docker Hub](https://hub.docker.com/r/ocistorage/oras):
8989

9090
```
91-
docker run -it --rm -v $(pwd):/workspace ocistorage/oras:v0.3.1 help
91+
docker run -it --rm -v $(pwd):/workspace ocistorage/oras:v0.3.2 help
9292
```
9393

9494
Note: the default WORKDIR in the image is `/workspace`.

0 commit comments

Comments
 (0)