Skip to content

Installing the latest beta version

eskitek edited this page Oct 30, 2012 · 6 revisions

To install the latest beta version of OpenWrap, you'll need to add a remote for the beta repository:

c:\code\> o add-remote beta http://wraps.openwrap.org/beta/

Note: Don't forget the trailing slash on the URL - it's important.

You can confirm that the beta repository has been added by executing:

c:\code\> o list-remote

Update existing projects to use the beta version of openwrap by executing:

c:\code\newProject> o update-wrap openwrap

Clone this wiki locally