diff --git a/Dev.md b/Dev.md index 7f0a280..0409c6c 100644 --- a/Dev.md +++ b/Dev.md @@ -4,7 +4,6 @@ Views into the process of Tahoe hackery. ## The Most Important Parts - * Run `darcs get tahoe` to grab a copy of the source code. * The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on. * [The Doc page](Doc) contains extensive documentation, which is very useful guide for hacking. @@ -22,6 +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). * 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).