Fix typos and thinkos.
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 9 Dec 2004 13:49:39 +0000 (13:49 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 9 Dec 2004 13:49:39 +0000 (13:49 -0000)
svn path=/trunk/mono/; revision=37484

README

diff --git a/README b/README
index e4cfed8b48f932dd22e9d82fc426e0c5dcf70625..6d257c99df310772741bdd2e00c2615f4aeab765 100644 (file)
--- a/README
+++ b/README
@@ -81,8 +81,7 @@ This is Mono.
                make
 
        This will automatically go into the mcs/ tree and build the
-       binaries there, and copy them into the appropriate
-       sub-directories of  mono/runtime/.
+       binaries there.
 
        This assumes that you have a working mono installation, and that
        there's a C# compiler named 'mcs', and a corresponding IL
@@ -90,7 +89,7 @@ This is Mono.
        EXTERNAL_MCS and EXTERNAL_RUNTIME to override these.  e.g., you
        can say
 
-         make EXTERNAL_MCS=/foo/bar/mcs EXTERNAL_MONO=/somewhere/else/mono
+         make EXTERNAL_MCS=/foo/bar/mcs EXTERNAL_RUNTIME=/somewhere/else/mono
        
        If you don't have a working Mono installation
        ---------------------------------------------