Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit ca27034

Browse files
committed
Update instructions for installing provider plugin
1 parent 679138a commit ca27034

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This plugin enables support for the [OpenWhisk platform](http://openwhisk.org/)
1111
Before you can deploy your service to OpenWhisk, you need to have an account registered with the platform.
1212

1313
- *Want to run the platform locally?* Please read the project's [*Quick Start*](https://github.com/openwhisk/openwhisk#quick-start) guide for deploying it locally.
14-
- *Want to use a hosted provider?* Please sign up for an account with [IBM Bluemix](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
14+
- *Want to use a hosted provider?* Please sign up for a free account with [IBM CLoud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
1515

1616
### Set up account credentials
1717

@@ -25,12 +25,10 @@ Account credentials for OpenWhisk can be provided through a configuration file o
2525
- *OW_AUTH* - Authentication key, e.g. `xxxxxx:yyyyy`
2626
- *OW_APIGW_ACCESS_TOKEN* - API gateway access token (optional)
2727

28-
### Install Framework & Dependencies
29-
30-
*Due to an [outstanding issue](https://github.com/serverless/serverless/issues/2895) with provider plugins, the [OpenWhisk provider](https://github.com/serverless/serverless-openwhisk) must be installed as a global module.*
28+
### Install Serverless Framework
3129

3230
```shell
33-
$ npm install --global serverless serverless-openwhisk
31+
$ npm install --global serverless
3432
```
3533

3634
**_This framework plugin requires Node.js runtime version 6.0 or above._**

0 commit comments

Comments
 (0)