Skip to content

Commit

Permalink
doc: update README for v1.0.0 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>

---------

Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored Aug 15, 2023
1 parent 558e734 commit a685a90
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.3
version=1.0.0
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.3
version=1.0.0
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.3"
$version = "1.0.0"
$arch = "amd64"
$install_path = "${env:AppData}\notation\plugins\azure-kv"
Expand Down

0 comments on commit a685a90

Please sign in to comment.