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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73fae9f  Update README.md to document third argument to 
installCatalog.sh (#254)
73fae9f is described below

commit 73fae9f0fc66dee0d21ee3f01d899ee8fe1f8ed3
Author: Shazron Abdullah <shaz...@gmail.com>
AuthorDate: Thu Oct 4 12:49:32 2018 +0800

    Update README.md to document third argument to installCatalog.sh (#254)
    
    * Update README.md to document third argument to installCatalog.sh
    
    The third argument is needed since the wsk cli has been moved out of the 
incubator-openwhisk repo, and could have been installed independently.
    
    * Fixed typo: second should be third
    
    * Typo fix: removed duplicate word
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 698b6d3..fd467dc 100644
--- a/README.md
+++ b/README.md
@@ -42,12 +42,12 @@ for information about how to browse the catalog by using 
the command line tool.
 We should be able to run the script 
[packages/installCatalog.sh](packages/installCatalog.sh) to install the catalog 
like:
 
 ```
-./packages/installCatalog.sh [catalog_auth_key] [api_host]
+./packages/installCatalog.sh [catalog_auth_key] [api_host] [cli_path]
 ```
 
 The first argument `catalog_auth_key`, defines the secret key used to 
authenticate the openwhisk
 service. The second argument `api_host`, determines the location, where the 
openwhisk edge host is running,
-in the format of IP or hostname.
+in the format of IP or hostname. The third argument `cli_path` is the full 
path to the `wsk` cli executable.
 
 ## Existing packages in catalog
 

Reply via email to