You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/08/06 19:02:21 UTC

svn commit: r28577 - /dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md

Author: houshengbo
Date: Mon Aug  6 19:02:21 2018
New Revision: 28577

Log:
Staging Apache OpenWhisk release 0.9.0-incubating-rc1.

Modified:
    dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md

Modified: dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md
==============================================================================
--- dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md (original)
+++ dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/doc/INSTALL.md Mon Aug  6 19:02:21 2018
@@ -208,6 +208,7 @@ We suggest you restart your local machin
 
 ## Build the source code
 
+### OpenWhisk
 Open the terminal, and go to the directory $OPENWHISK_HOME. Install the Gradle wrapper with the command:
 
 ```
@@ -225,6 +226,11 @@ Once the build is complete, you will hav
 first make sure `docker` is running correctly by verifying with the command `docker images`. If you continue
 to encounter build problems, please seek help by opening [an issue](https://github.com/apache/incubator-openwhisk/issues) for the OpenWhisk community to assist you.
 
+### OpenWhisk Client Go
+
+Please refer to the instruction on how to use OpenWhisk Client Go at [this page](https://github.com/apache/incubator-openwhisk-client-go/blob/master/README.md).
+
+### OpenWhisk CLI
 If you have downloaded the source code of OpenWhisk CLI and decide to use it during the installation of OpenWhisk, run the following commands:
 
 ```