Skip to content

Commit

Permalink
Fixing some typo in the URL For macOS on ARM64 (#5902)
Browse files Browse the repository at this point in the history
Fixing some typo in the URL **For macOS on ARM64**
  • Loading branch information
agpenton authored May 25, 2021
1 parent 73d3396 commit 621e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sudo install skaffold /usr/local/bin/

```bash
# For macOS on ARM64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-darwin-amd64 && \
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-darwin-arm64 && \
sudo install skaffold /usr/local/bin/
```

Expand All @@ -91,7 +91,7 @@ sudo install skaffold /usr/local/bin/

```bash
# For macOS on ARM64
curl -Lo skaffold https://storage.googleapis.com/skaffold/builds/latest/skaffold-darwin-amd64 && \
curl -Lo skaffold https://storage.googleapis.com/skaffold/builds/latest/skaffold-darwin-arm64 && \
sudo install skaffold /usr/local/bin/
```

Expand Down

0 comments on commit 621e696

Please sign in to comment.