From aa5df3c4c84cbd4b028bd54e0b34dfdada6fe5d4 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Wed, 6 Sep 2017 04:58:58 +0800 Subject: [PATCH] Update photon-controller.md (#5279) * Update photon-controller.md Fix format: number order in Prerequisites Part is 1->2->3->4->5->6, rather than 1->2->1->1->2->3 * add intents to fix ordered bullets --- docs/getting-started-guides/photon-controller.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/getting-started-guides/photon-controller.md b/docs/getting-started-guides/photon-controller.md index 0d15e9fb5e..45e4251565 100644 --- a/docs/getting-started-guides/photon-controller.md +++ b/docs/getting-started-guides/photon-controller.md @@ -22,17 +22,13 @@ setup: the actual creation of the cluster can be done by anyone.) needs to be installed on the machine on which you'll be running kube-up. If you have go installed, this can be easily installed with: -```shell -go get github.com/vmware/photon-controller-cli/photon -``` + go get github.com/vmware/photon-controller-cli/photon 3. `mkisofs` needs to be installed. The installation process creates a CD-ROM ISO image to bootstrap the VMs with cloud-init. If you are on a Mac, you can install this with [brew](http://brew.sh/): -```shell -brew install cdrtools -``` + brew install cdrtools 4. Several common tools need to be installed: `ssh`, `scp`, `openssl`