node-wot icon indicating copy to clipboard operation
node-wot copied to clipboard

Describe how to install *latest* node-wot

Open danielpeintner opened this issue 2 years ago • 4 comments

In some cases it might be useful to install/test node-wot at a given status (on Github) e.g.,

main

npm install https://github.com/eclipse/thingweb.node-wot.git

dedicated branch/commit

npm install https://github.com/eclipse/thingweb.node-wot.git#<branch-or-commit>

certain PR

npm install https://github.com/eclipse/thingweb.node-wot.git#pull/<id>/head

Shall we add some notes about this possibility? Maybe in the development section?

danielpeintner avatar Nov 22 '22 13:11 danielpeintner