From 058a16aa9a4f6e8b1495d57a73f1406fb40445f6 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 10 Mar 2021 17:42:23 -0600 Subject: [PATCH] Update SETUP.md --- docs/SETUP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/SETUP.md b/docs/SETUP.md index df941ed..3c90f1c 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -1,3 +1,5 @@ +**YMMV**: Tuya likes to change their website frequently and the below instructions may be slightly out of date. If something looks wrong, please open a new issue. + All methods below require you to install the CLI tool before proceeding. Install it by running `npm i @tuyapi/cli -g`. If it returns an error, you may need to prefix the command with `sudo`. (Tip: using `sudo` to install global packages is not considered best practice. See [this NPM article](https://docs.npmjs.com/getting-started/fixing-npm-permissions) for some help.)