You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/21 18:45:07 UTC

[GitHub] pritidesai closed pull request #967: Add `go get` to populate the vendor file

pritidesai closed pull request #967: Add `go get` to populate the vendor file
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/967
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 4df08c5a..4b2cac54 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Once your environment is setup, download `wskdeploy` and its dependencies:
 ```sh
 $ cd $GOPATH
 $ go get github.com/apache/incubator-openwhisk-wskdeploy  # see known issues below if you get an error
+$ go get github.com/tools/godep # get the dependency manager
 ```
 
 ### Build the binary
@@ -64,6 +65,7 @@ $ go get github.com/apache/incubator-openwhisk-wskdeploy  # see known issues bel
 Use the Go utility to build the ```wskdeploy``` binary as follows:
 ```sh
 $ cd src/github.com/apache/incubator-openwhisk-wskdeploy/
+$ godep restore
 $ go build -o wskdeploy
 ```
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services