Skip to content

Installing the latest beta version

eskitek edited this page Oct 31, 2012 · 6 revisions

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

Follow these instructions if you want to get the latest published beta version of openwrap.

First, 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

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

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

Clone this wiki locally