From 0cb041516a71d1e52fff6773a0d05a12dd4af7d9 Mon Sep 17 00:00:00 2001 From: Elizaveta Tretyakova Date: Mon, 15 May 2017 16:11:01 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aa1fa607..3c4c940bb 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ 2. `cd` to `$GOPATH/go/src/github.com/LizaTretyakova/packer-builder-vsphere` (or wherever it was downloaded) -3. Build the binaries +3. Get the dependencies +``` +$ glide install +``` + +4. Build the binaries ``` $ sudo docker-compose up ``` -4. The template for this builder is like following: +5. The template for this builder is like following: ```json { "variables": { @@ -55,7 +60,7 @@ on which you are creating the new one (note, that VMWare Tools should be already `url`, `username` and `password` are your vSphere parameters. You need to set the appropriate values in the `variables` section before proceeding. -5. Now you can go to the `bin/` directory +6. Now you can go to the `bin/` directory ``` $ cd ./bin ```