Difference between revisions of "Quick Start Guide"

From Ethersex_Wiki
Jump to: navigation, search
(Created page with "=== Download the Source from GITHUB === You can download Ethersex from github via git protocol git clone git://github.com/ethersex/ethersex.git or via http git clone http:/…")
(No difference)

Revision as of 02:01, 4 November 2011

Download the Source from GITHUB

You can download Ethersex from github via git protocol

git clone git://github.com/ethersex/ethersex.git

or via http

git clone http://github.com/ethersex/ethersex.git

Updating a local version of ethersex is possible with:

git pull origin