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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-10-30 14:34:48 +0400
committerTherzok <teromario@yahoo.com>2013-10-30 14:34:48 +0400
commit5ff3363ca179c5fdb634adca3d93fee02a66729f (patch)
tree1e717385597bed3f6771195268380634c32f9bfe /README.md
parent71a6b0e5828abc50cea889a323c9f21cd82caaec (diff)
[README] Final revision!
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bd61a9e262..c109a334cb 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ Compiling
---------
If you are building from Git, make sure that you initialize the submodules
-that are part of this repository. To do this execute:
+that are part of this repository by executing:
`git submodule update --init --recursive`
To compile execute:
`./configure ; make`
-There are two variables you can set when running 'configure':
+There are two variables you can set when running `configure`:
* The install prefix: `--prefix=/path/to/prefix`
@@ -58,7 +58,7 @@ Packaging for OSX
To package MonoDevelop for OSX in a convenient MonoDevelop.app
file, just do this after MonoDevelop has finished building (with
-make):
+`make`):
`cd main/build/MacOSX ; make MonoDevelop.app`
Dependencies