git migration

[Imported from Trac: page NewbieDeveloperSetup, version 12]
davidsarah 2012-10-26 01:25:23 +00:00
parent 90ced75649
commit 07d6821ea9

@ -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)