Skip to content

Commit e70fda2

Browse files
authored
Install instructions
1 parent 5538069 commit e70fda2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ This module implements node-red nodes for interacting with [Arduino IoT Cloud](h
44
Multi Arduino Accounts are allowed.
55

66
## Installation
7-
+ Install node-red-contrib-arduino-cloud:
8-
`npm install -g https://github.com/bcmi-labs/node-red-contrib-arduino-cloud.git`
7+
Install node-red-contrib-arduino-cloud with:
8+
9+
`npm install -g https://{username}:{token}@github.com/bcmi-labs/node-red-contrib-arduino-cloud.git`
10+
11+
where `username` is your github login username and `token` is one of your github personal access tokens.
12+
913
## Configuration
1014
1) Obtain from an Arduino Cloud account the Client ID and Client Secret
1115
2) Select Arduino nodes from the pallete and drag to a flow

0 commit comments

Comments
 (0)