We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e601c + ae6b133 commit c7fb306Copy full SHA for c7fb306
README.md
@@ -83,7 +83,7 @@ See the [installation guide](https://kubernetes.io/docs/tasks/tools/install-mini
83
* *Linux*
84
* Requires either the [kvm2 driver](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver) (recommended), or VirtualBox
85
* VT-x/AMD-v virtualization must be enabled in BIOS
86
- * manually: curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo install minikube-linux-amd64 /usr/local/bin/minikube`
+ * manually: `curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo install minikube-linux-amd64 /usr/local/bin/minikube`
87
88
### Supported Hypervisors
89
0 commit comments