diff --git a/docs/en/latest/plugins/openwhisk.md b/docs/en/latest/plugins/openwhisk.md index fc60565adb58..7de452ea5a0b 100644 --- a/docs/en/latest/plugins/openwhisk.md +++ b/docs/en/latest/plugins/openwhisk.md @@ -69,6 +69,10 @@ docker run --rm -d \ docker exec openwhisk waitready ``` +Install the [openwhisk-cli](https://github.com/apache/openwhisk-cli) utility. + +You can download the released executable binaries wsk for Linux systems from the [openwhisk-cli](https://github.com/apache/openwhisk-cli) repository. + You can then create an action to test: ```shell