diff --git a/NewbieDeveloperSetup.md b/NewbieDeveloperSetup.md index c79469c..db1ff1a 100644 --- a/NewbieDeveloperSetup.md +++ b/NewbieDeveloperSetup.md @@ -10,7 +10,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 (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 +2. tahoe-lafs source code is hosted in git repositories [on github](https://github.com/tahoe-lafs/tahoe-lafs/). Get git running in your machine. For Ubuntu just do this from a shell: sudo apt-get install git 3. Get the code from the main repo [this way](Dev#SourceCodeviarevisioncontrol)