From afbb7092c5d64afd8a4b8daed6daa2c1907fdde9 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 3 Oct 2018 21:53:01 -0500 Subject: [PATCH] Update hello-minikube.md (#10440) Added `shell` highlighting. --- content/en/docs/tutorials/hello-minikube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 70ce0584e8..f2a79642eb 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -37,13 +37,13 @@ Minikube provides a simple way of running Kubernetes on your local machine for f {{< note >}} **Note:** If you see the following Homebrew error when you run `brew update` after you update your computer to macOS 10.13: - ``` + ```shell Error: /usr/local is not writable. You should change the ownership and permissions of /usr/local back to your user account: sudo chown -R $(whoami) /usr/local ``` You can resolve the issue by reinstalling Homebrew: - ``` + ```shell /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` {{< /note >}}