-
Notifications
You must be signed in to change notification settings - Fork 36
Beta Test
You may have been asked to install a branch to test a hot fix. Here are some ways to do it:
Not always available for every branch
My naming scheme for beta releases are rcX
. X will increase for every new rc build. I will usually specify the rc version number for you to install.
To install a rc via nam there are two ways (one may work, one may not)
For this scenario, let's say the plugin version is 2.1.0 and the rc is rc5
To install:
sudo npm i -g homebridge-chamberlain@rc5
If that fails you could also try
sudo npm i -g [email protected]
Always available
It is crucial to understand that everything must be typed exact. Names may/will be case-sensitive.
In this scenario the branch is called newStates.
To install, navigate to your node directory where your plugins are installed. It may be in (need to fill this in please remind me if I left this blank)
-
Remove the old plugin
(sudo rm -rf homebridge-chamerbalin
-
git clone (need to fill this in, yell at me if this is blank still)
-
cd into homebridge-chamberlain
-
type (sudo) npm install.