-
Notifications
You must be signed in to change notification settings - Fork 9
Development Testing
Anyone that wishes to help do development testing can do the following:
This is the suggested method for testing new features of Plug+
You will need to have git installed on your computer!
Download the latest dev build.
You should be in the directory you plan on keeping this before running the command bellow! This means you should use cd
to the directory of your choice.
Console method
git clone https://github.com/tyduptyler13/PlugPlus.git
git checkout dev
You can also use github for windows should you be using windows. This makes things more user friendly.
Follow steps 3 trough 6 of the Git Install on the manual installation page.
You can then easily update the plugin to the latest development version by running git pull
This method is harder to keep up to date with but may be easier than installing and using git.
Download the latest dev build zip. Follow the manual install instructions but skip the download link because you are using the dev version.