chrisjshull / homebridge-nest

Nest plugin for HomeBridge
707 stars 111 forks source link

Clean up Readme + Add Missing Directory Path for Refresh Token Method #531

Closed vicc closed 2 years ago

vicc commented 2 years ago

Organized refresh token method approach into steps, and added missing directory path /usr/local/lib/node_modules/ to help save users time / clear up confusion.

Context: Link

adriancable commented 2 years ago

@vicc - thanks, this is an improvement - although the new step 1 is definitely incorrect for PC:

From your Mac or Linux Terminal or Windows Command Prompt, navigate to the directory where this plug-in is installed: cd /usr/local/lib/node_modules/.

This will not work from Windows Command Prompt. (I don't know what the default path for Homebridge on Windows machines is, or even if there is one, but it definitely isn't that.)

adriancable commented 2 years ago

Now amended README with instructions similar to this, with example paths for Mac and Linux. (added /homebridge-nest to the end as the paths in the original PR aren't quite right.)