diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index 77976e1c16..32edccfd2c 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -12,7 +12,10 @@ This page shows you how to install [Minikube](/docs/tutorials/hello-minikube), a {{% capture prerequisites %}} -VT-x or AMD-v virtualization must be enabled in your computer's BIOS. +VT-x or AMD-v virtualization must be enabled in your computer's BIOS. To check this on Linux run the following and verify the output is non-empty: +```shell +egrep --color 'vmx|svm' /proc/cpuinfo +``` {{% /capture %}}