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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-03-31 02:13:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-03-31 02:13:29 +0300
commitebf68cb708efdd5952674621b6ee64a95fcf7b24 (patch)
tree34b177af76baa6afa6284e7c8285c5eec2393dd7 /README.md
parent85109662c0c1d3c27c2ea2e8fd7d18bec5a578be (diff)
[readme] Fix monolite instructions
EXTERNAL_MCS is misleading and wrong there, the build uses monolite automatically when appropriate.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb27ad04a64..36a9c1ef398 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ which contains just enough to run the 'mcs' compiler. You do this with:
This will download and place the files appropriately so that you can then
just run:
- make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
+ make
The build will then use the files downloaded by `make get-monolite-latest`.