Changes between Version 2 and Version 3 of control-panel/hacking
- Timestamp:
- Mar 3, 2012, 10:32:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
control-panel/hacking
v2 v3 25 25 26 26 * The [wiki:control-panel/hacking/install installation document] provides directions for how to install red. 27 28 You can download the code via subversion with: 29 30 {{{ 31 svn co https://svn.mayfirst.org/mfpl/trunk/red 32 }}} 33 34 Or, if you have write access: 35 36 {{{ 37 svn co svsn+ssh://mfpl@svn.mayfirst.org/trunk/red 38 39 }}}