From 86ef56621ae49c26184d63a2d9d102c67912ad0a Mon Sep 17 00:00:00 2001 From: zooko <> Date: Thu, 8 Jan 2009 05:20:59 +0000 Subject: [PATCH] [Imported from Trac: page Dev, version 61] --- Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index abf3d32..450d76f 100644 --- a/Dev.md +++ b/Dev.md @@ -21,7 +21,7 @@ Views into the process of Tahoe hackery. ## Source Code - * Run `darcs get tahoe` to grab a copy of the source code using [darcs](http://darcs.net). + * Run `darcs get --lazy tahoe` to grab a copy of the source code using [darcs v2](http://darcs.net). `darcs v2` is highly recommended over `darcs v1`. If you really don't want to install `darcs v2`, then you can use `darcs v1` instead, but you'll have to run a slightly different command-line and be prepared to wait for tens of minutes: `darcs get tahoe`. * contains snapshots of current source code. * The Buildbot page (linked at the top of each page) shows current build and test results. * The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site).