You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ta...@apache.org on 2019/11/14 21:14:08 UTC

[openwhisk-composer] 01/01: Document installation from source release

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

tardieu pushed a commit to branch source-doc
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git

commit 4fca14c7680b25a8062bb8f14d091b40f882de41
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Nov 14 16:06:26 2019 -0500

    Document installation from source release
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 8fa12c8..ff5030a 100644
--- a/README.md
+++ b/README.md
@@ -207,3 +207,13 @@ dictionary must contain a field named `ignore_certs` with value `true`:
 
 This explicit SSL configuration is currently only necessary when using parallel
 combinators or the `async` combinator.
+
+# Installation from Source
+
+To install composer from a source release, download the composer source code
+from the [Apache OpenWhisk
+Downloads](https://openwhisk.apache.org/downloads.html) page, rename the release
+tarball to `openwhisk-composer.tgz` and install it with command:
+```shell
+npm install -g openwhisk-composer.tgz
+```