Skip to content

Commit

Permalink
docs: update README for v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Jan 22, 2025
1 parent 79fcd26 commit 7cbc32b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,34 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins

For Linux amd64:
```
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_linux_amd64.tar.gz --sha256sum 06bb5198af31ce11b08c4557ae4c2cbfb09878dfa6b637b7407ebc2d57b87b34
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_amd64.tar.gz --sha256sum 67c5ccaaf28dd44d2b6572684d84e344a02c2258af1d65ead3910b3156d3eaf5
```

For Linux arm64:
```
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_linux_arm64.tar.gz --sha256sum 49520105bdb707a7bd3a519c55cc1541fbb336ab45b665c9cb2f84593f20ff29
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_arm64.tar.gz --sha256sum 77bbdfb785e22f8b1cae46392200a453a428009c4450a8dc86e10551cc06f28e
```

For Windows amd64:
```
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_windows_amd64.zip --sha256sum 4478b4a323363e264924349bf7007d4201621024b0f9252e0cfde42c0938c667
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_windows_amd64.zip --sha256sum 416eb490a83e8371407cbff1abe0588c84b8cdd34372f936cb1f913b7d0da8c1
```

For macOS amd64:
```
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_darwin_amd64.tar.gz --sha256sum 4b5a3480fc1d6844a69f7d9483530e9be24a74441fd571ccd5eec9f6a5337eed
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_amd64.tar.gz --sha256sum 4c360d362a9448b46f98046257d5b270b2c5b1beb04c14263e59cead898902c9
```

For macOS arm64:
```
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_darwin_arm64.tar.gz --sha256sum 2bcfc0ee3ad1cbb1854110e3f02b89d46c14feb5736de37cd237b9668f378f2f
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_arm64.tar.gz --sha256sum bf6e07fdf309c194c99870c8a2a326fa14f9f7572fcf61948d1fcb3249ab3285
```

**Manually install**:

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

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

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

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

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

0 comments on commit 7cbc32b

Please sign in to comment.