Skip to content

Commit ca185b7

Browse files
authored
Remove backticks in minikube codeblock (#219)
Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent e822818 commit ca185b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/02-installing-pixie/02-setting-up-k8s/01-minikube-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To run minikube, your mac will need a way to run a Linux VM. We recommend hyperk
3636
To create the minikube cluster, run the following command. Linux users should use the `kvm2`driver and Mac users should use the `hyperkit` driver. Other drivers, including the `docker` driver, are not supported.
3737

3838
```
39-
`minikube start --driver=<kvm2|hyperkit> --cni=flannel --cpus=4 --memory=8000 -p=<cluster-name>`
39+
minikube start --driver=<kvm2|hyperkit> --cni=flannel --cpus=4 --memory=8000 -p=<cluster-name>
4040
```
4141

4242
CPU and memory requirements are set to accommodate the included demo application.

0 commit comments

Comments
 (0)