Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/installation-and-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ For example, to download the latest version for Linux/amd64:

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

And for Mac Arm64:

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

Expand Down