Changes between Version 3 and Version 4 of darcs
- Timestamp:
- 03/17/2006 03:29:26 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
darcs
v3 v4 16 16 1. [http://darcs.net/DarcsWiki/CategoryBinaries Download & Install Darcs] 17 17 * For reference, you might want to check out the [http://darcs.net/manual/ Darcs Manual] 18 2. Checkout a copy of mussagl using the command: 19 20 {{{ 21 darcs get http://mussa.caltech.edu/darcs mussagl 22 }}} 23 24 == How do get the latest patches if I have already checked out a copy of Mussagl? == 25 26 {{{ 27 cd <mussagl_directory> 28 darcs pull 29 }}}