Changes between Version 5 and Version 6 of control-panel/hacking
- Timestamp:
- Aug 10, 2013, 7:26:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
control-panel/hacking
v5 v6 26 26 * The [wiki:control-panel/hacking/install installation document] provides directions for how to install red. 27 27 28 You can download the code via subversionwith:28 You can download the code via git with: 29 29 30 30 {{{ 31 svn co https://svn.mayfirst.org/mfpl/trunk/red31 git clone git://git.mayfirst.org/mfpl/red 32 32 }}} 33 33 … … 35 35 36 36 {{{ 37 svn co svn+ssh://mfpl@svn.mayfirst.org/trunk/red37 git clone gitosis@git.mayfirst.org:mfpl/red 38 38 }}}