Skip to content

Commit e43fecd

Browse files
authored
Merge pull request #48 from arduino/chore/readme-update
style(readme): New section on readme for update
2 parents 10e46b5 + 356f709 commit e43fecd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ Or you can install the plugin by using `npm` in your `$HOME/.node-red` directory
2121

2222
`npm install @arduino/node-red-contrib-arduino-iot-cloud`
2323

24-
## Configuration
24+
### Update
25+
If you're using a service hosting your node-red instance and you want to be sure that you're using the latest version of *node-red-contrib-arduino-iot-cloud* published on npm, you might need to force require an update.
26+
27+
You can use either one of these methods:
28+
- Go to [https://flows.nodered.org/add/node](https://flows.nodered.org/add/node) and write `node-red-contrib-arduino-iot-cloud` in the input field
29+
- If you are logged in, you should see a `check for update` on the right side of the [module's page](https://flows.nodered.org/node/@arduino/node-red-contrib-arduino-iot-cloud)
30+
31+
## Configuration
2532
1. Obtain Client ID and Client Secret from the [integrations webpage](https://create.arduino.cc/iot/integrations) by clicking on *Create API key*
2633
2. Go to Node-RED web page
2734
3. Select one Arduino nodes from the pallete and drag to a flow

0 commit comments

Comments
 (0)