Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-19 20:18:45 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-19 20:18:45 +0300
commit0c4d3d3ee92825bd098444169c562c4de86adcab (patch)
treeff53cdbebc6727f382f7706055e43fbb1eca7f22 /README
parent272c9fe323978e5d7d0dea5a76b72384f76e7802 (diff)
Typo
svn path=/trunk/mono/; revision=23256
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index de3e8c6bb2b..b44d33ea8bc 100644
--- a/README
+++ b/README
@@ -80,7 +80,7 @@ This is Mono.
Then, go into the mono directory, and configure:
cd mono
- ./autogen --prefix=/usr/local
+ ./autogen.sh --prefix=/usr/local
Then compile using the special target `fullbuild':