Skip to content

Commit b703ea0

Browse files
authored
Update docs for release v0.13.0 (#57)
1 parent 76fa38e commit b703ea0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation-and-quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ For example, to download the latest version for Linux/amd64:
88

99
```shell
1010
# Please change the version in the URL to the latest version
11-
curl -LO https://github.com/Azure/mpf/releases/download/v0.12.0/azmpf_0.12.0_linux_amd64.zip
12-
unzip azmpf_0.12.0_linux_amd64.zip
13-
mv azmpf_v0.12.0 azmpf
11+
curl -LO https://github.com/Azure/mpf/releases/download/v0.13.0/azmpf_0.13.0_linux_amd64.zip
12+
unzip azmpf_0.13.0_linux_amd64.zip
13+
mv azmpf_v0.13.0 azmpf
1414
chmod +x ./azmpf
1515
```
1616

1717
And for Mac Arm64:
1818

1919
```shell
2020
# Please change the version in the URL to the latest version
21-
curl -LO https://github.com/Azure/mpf/releases/download/v0.12.0/azmpf_0.12.0_darwin_arm64.zip
22-
unzip azmpf_0.12.0_darwin_arm64.zip
23-
mv azmpf_v0.12.0 azmpf
21+
curl -LO https://github.com/Azure/mpf/releases/download/v0.13.0/azmpf_0.13.0_darwin_arm64.zip
22+
unzip azmpf_0.13.0_darwin_arm64.zip
23+
mv azmpf_v0.13.0 azmpf
2424
chmod +x ./azmpf
2525
```
2626

0 commit comments

Comments
 (0)