Skip to content

Installing the latest beta version

eskitek edited this page Oct 31, 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\myProject> o update-wrap openwrap

Please note that these instructions assume that you've already installed openwrap and initialised your project per the Quick Start section.

Clone this wiki locally