Merge pull request #10347 from mwht/patch-1

Changed x86 to amd64 in installation guide to reflect actual architecture name
pull/10435/head
Sharif Elgamal 2021-02-10 11:35:08 -08:00 committed by GitHub
commit 3942e43659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ All you need is Docker (or similarly compatible) container or a Virtual Machine
For Linux users, we provide 3 easy download options (for each architecture):
### x86
### amd64 / x86_64
#### Binary download
@ -49,7 +49,7 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest
sudo rpm -ivh minikube-latest.x86_64.rpm
```
### ARM
### arm64 / aarch64
#### Binary download