Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 10/27/11 23:19:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 16 16 == Source code access == 17 17 18 In addition to Trac's [source:/ graphical repository browser], anonymous read-only access is available to the Zotero source code repository. You can check out the latest version of the code with the official Subversion client using the following command:18 Code for standalone Zotero and the Zotero Firefox extension is hosted at [https://github.com/zotero/zotero GitHub]. You can check out the latest version of the code with git using the following command: 19 19 20 20 {{{ 21 svn co https://www.zotero.org/svn/extension/trunk/ zotero 21 git clone https://github.com/zotero/zotero.git 22 22 }}} 23 23