Update hello-minikube.md

reviewable/pr1450/r1^2
Jared 2017-01-26 10:39:39 -08:00 committed by GitHub
parent 48af43f282
commit ef79cdc518
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s htt
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
```
Determine whether you can access sites like https://cloud.google.com/container-registry/ directly without a proxy, by opening a new terminal and using
Determine whether you can access sites like [https://cloud.google.com/container-registry/](https://cloud.google.com/container-registry/) directly without a proxy, by opening a new terminal and using
```shell
export http_proxy=""
export https_proxy=""