Skip to content

Commit

Permalink
doc: update version
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed May 8, 2023
1 parent fb3d95d commit 28bcb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins

For Linux Bash:
```bash
version=1.0.0.rc.1
version=1.0.0-rc.1
arch=amd64
install_path="${HOME}/.config/notation/plugins/azure-kv"

Expand All @@ -36,7 +36,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins

For macOS Zsh:
```zsh
version=1.0.0.rc.1
version=1.0.0-rc.1
arch=arm64
install_path="${HOME}/Library/Application Support/notation/plugins/azure-kv"

Expand All @@ -56,7 +56,7 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins

For Windows Powershell:
```powershell
$version = "1.0.0.rc.1"
$version = "1.0.0-rc.1"
$arch = "amd64"
$install_path = "${env:AppData}\notation\plugins\azure-kv"
Expand Down

0 comments on commit 28bcb6a

Please sign in to comment.