Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 93.1
edited by jbrook
on 2011/06/14 17:00
on 2011/06/14 17:00
Change comment:
There is no comment for this version
To version 96.1
edited by Chuck Hill
on 2011/06/15 17:15
on 2011/06/15 17:15
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. jbrook1 +XWiki.chillatgvc - Content
-
... ... @@ -21,10 +21,16 @@ 21 21 1. h5. Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like. 22 22 23 23 {{note title="Read Only"}} 24 -Note the URL shown here is the public read-only URL. Committers should use the SSH form of theURLfor read-write.24 +Note the URL shown here is the public read-only URL. Committers should use the URL below. 25 25 If "git://" does not work for you then use "http://" 26 26 {{/note}} 27 27 28 +{{note title="Wonder Committers"}} 29 +Clone the repository using git@github.com:projectwonder/wonder.git 30 +Do *not* change "git@" to be your username. 31 + 32 +{{/note}} 33 + 28 28 {{code value="none"}} 29 29 git clone git://github.com/projectwonder/wonder.git WonderSource 30 30 {{/code}}