Skip to content

Commit

Permalink
docs: Fix MAC installation links
Browse files Browse the repository at this point in the history
Correct the 64bit binary link and add a link to the
arm/apple silicon binary
  • Loading branch information
UnseenWizzard committed Sep 22, 2022
1 parent e4b9215 commit 3dc034b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/docs/Get-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ For Linux/macOS, we recommend using `curl`. You can download it from [here](http
curl -L https://github.com/dynatrace-oss/dynatrace-monitoring-as-code/releases/download/v1.8.3/monaco-linux-386 -o monaco

# macOS
curl -L https://github.com/dynatrace-oss/dynatrace-monitoring-as-code/releases/download/v1.8.3/monaco-darwin-10.16-amd64 -o monaco
curl -L https://github.com/dynatrace-oss/dynatrace-monitoring-as-code/releases/download/v1.8.3/monaco-darwin-amd64 -o monaco

# macOS - Apple Silicon (M1/M2)
curl -L https://github.com/dynatrace-oss/dynatrace-monitoring-as-code/releases/download/v1.8.3/monaco-darwin-arm64 -o monaco
```

Make the binary executable:
Expand Down

0 comments on commit 3dc034b

Please sign in to comment.