This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new cc7ffc0  fix got clone instructs (#1024)
cc7ffc0 is described below

commit cc7ffc03d0d662ba6d7c808eea7229af825f136a
Author: Matt Rutkowski <[email protected]>
AuthorDate: Wed Jan 9 15:32:28 2019 -0600

    fix got clone instructs (#1024)
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4b2cac5..728ff56 100644
--- a/README.md
+++ b/README.md
@@ -153,10 +153,11 @@ The Whisk deploy project is setup for development 
purposes and uses "go deps" fo
 
 - See: [https://github.com/tools/godep](https://github.com/tools/godep)
 
-Specifically, for development please use:
+Specifically, for development please use ```go build```:
 
 ```
-$ git clone [email protected]:mrutkows/incubator-openwhisk-wskdeploy
+$ git clone [email protected]:<your fork>/incubator-openwhisk-wskdeploy
+$ cd incubator-openwhisk-wskdeploy
 $ go build
 ```
 

Reply via email to