Using the Development Version of Pilothouse - Pilothouse-App/Pilothouse GitHub Wiki
If you want to test out a bugfix or new feature before it's included in an official release, it's easy to run the development version of Pilothouse.
First, uninstall the NPM version of Pilothouse if it's already installed, using npm uninstall -g pilothouse
.
Next, clone the Pilothouse Git repo to a location on your computer (it doesn't matter where), and run npm link
from inside it. The npm link
command will register the Pilothouse script in your path.
That's it! Now, when you run pilothouse
, you will be running the Pilothouse script in the Git repo. From the repo directory, you can check out a pre-release version or branch from version control and run it on your system.