From 5ff3363ca179c5fdb634adca3d93fee02a66729f Mon Sep 17 00:00:00 2001 From: Therzok Date: Wed, 30 Oct 2013 12:34:48 +0200 Subject: [README] Final revision! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3