diff --git a/NewbieDeveloperSetup.md b/NewbieDeveloperSetup.md index ff5a334..0f1a69c 100644 --- a/NewbieDeveloperSetup.md +++ b/NewbieDeveloperSetup.md @@ -4,7 +4,7 @@ I will use Eclipse IDE because of wide use and availability. But just because I' 1. Set up your OS. (I tinker a lot with mine so I maybe miss some). You have to [install python in your OS](http://python.org/download/) for tahoe to run. Most Linux distributions have it in their software repositories. -2. tahoe-lafs source code is hosted on darcs repositories. Get darcs running in your machine. For Ubuntu just do this from a shell: sudo apt-get install darcs +2. tahoe-lafs source code is hosted on darcs repositories (will [move to git](/tahoe-lafs/trac-2024-07-25/issues/9119) at some point). Get darcs running in your machine. For Ubuntu just do this from a shell: sudo apt-get install darcs 3. Get the code from the main repo [this way](Dev#SourceCodeviarevisioncontrol) @@ -13,4 +13,4 @@ I will use Eclipse IDE because of wide use and availability. But just because I' (to be continued...) 5. (ToDo) Run the tests -6. ... +6. ... \ No newline at end of file