Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Development Testing

tyduptyler13 edited this page Apr 5, 2013 · 1 revision

Anyone that wishes to help do development testing can do the following:

Git Method

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

Zip Method

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.

Clone this wiki locally