This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-workshop.git
The following commit(s) were added to refs/heads/master by this push:
new c567c12 Added local installation documentation link to
openwhisk-devtools/docker-compose docs (#22)
c567c12 is described below
commit c567c12703f86bb3fe8de92bb2f5279684072caf
Author: Shazron Abdullah <[email protected]>
AuthorDate: Thu Jan 24 23:25:14 2019 +0800
Added local installation documentation link to
openwhisk-devtools/docker-compose docs (#22)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f75da3a..07b073b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ _**Please ensure you are running Node version 6 or above.**_
$ npm install -g openwhisk-workshop
```
-_This tool needs the OpenWhisk command-line utility to be installed and
authenticated against an instance of the platform. For more details on getting
this environment setup, see the following documentation
[here](https://new-console.ng.bluemix.net/openwhisk/cli)._
+_This tool needs the OpenWhisk command-line utility to be installed and
authenticated against an instance of the platform. For more details on getting
this environment setup, see the following documentation for a cloud setup
[here](https://new-console.ng.bluemix.net/openwhisk/cli), or a local setup
[here](https://github.com/apache/incubator-openwhisk-devtools/tree/master/docker-compose)._
## usage