Update instructions
authorMiguel de Icaza <miguel@gnome.org>
Thu, 16 Dec 2010 18:01:37 +0000 (13:01 -0500)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 16 Dec 2010 18:01:37 +0000 (13:01 -0500)
README

diff --git a/README b/README
index 6d1033ac3a5b680c38400ec41b4b3274d570baa2..ccfd67d4cfd7cda8fc6bb4802037a5ca79d370dd 100644 (file)
--- a/README
+++ b/README
@@ -75,14 +75,18 @@ This is Mono.
 
 
 
-    c. Building the software from SVN
+    c. Building the software from GIT
     ---------------------------------
 
-       If you are building the software from SVN, make sure that you
+       If you are building the software from GIT, make sure that you
        have up-to-date mcs and mono sources:
 
-               svn co svn+ssh://USER@mono-cvs.ximian.com/source/trunk/mono
-               svn co svn+ssh://USER@mono-cvs.ximian.com/source/trunk/mcs
+          If you are an anonymous user:
+               git clone git://github.com/mono/mono.git
+
+           If you are a Mono contributors with read/write privileges:
+               git clone git@github.com:mono/mono.git
+
 
        Then, go into the mono directory, and configure: