2004-05-18 Patrik Torstensson <totte@hiddenpeaks.com>
[mono.git] / README
diff --git a/README b/README
index 402d404a17a388a1fee83770503b70a30484ab7a..2b6683f503fc0b56ba1d810b4dbf44e5fdd880c0 100644 (file)
--- a/README
+++ b/README
@@ -59,9 +59,11 @@ This is Mono.
 
                tar xzf mcs-XXXX.tar.gz
                tar xzf mono-XXXX.tar.gz
-               cd mono-XXXX
+               mv mono-XXX mono
+               mv mcs-XXX mcs
+               cd mono
                ./autogen.sh --prefix=/usr/local
-               make fullbuild
+               make bootstrap 
 
     c. Upgrade from CVS
     -------------------
@@ -90,9 +92,13 @@ This is Mono.
                cd mono
                ./autogen.sh --prefix=/usr/local
 
-       Then compile using the special target `fullbuild':
+       Then compile using the special target `bootstrap':
+
+               make bootstrap
+       
+       You can now install it:
 
-               make fullbuild
+               make install
 
        This step will compile and install at the same time.