unparagoned / njsTuya

Openhab interface for Tuya home automation devices sold under various names
27 stars 11 forks source link

error copying files - bad names #9

Closed thebitpit closed 5 years ago

thebitpit commented 5 years ago

In the Readme

Then copy the files to Openhab configuration directories:

cp node_modules/njstuya/scripts/ $openhab/scripts cp nodemodules/njstuya/items/ $openhab/items/ cp nodemodules/njstuya/rules/* $openhab/rules/

The second and third file names are are wrong. "nodemodules" should be "node_modules"

unparagoned commented 5 years ago

Thanks. Fixed