diff --git a/README.md b/README.md index 127f8e74444..b620ed0e665 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,12 @@ There are two variables you can set when running `configure`: * The install prefix: `--prefix=/path/to/prefix` * To install with the rest of the assemblies, use: - `--prefix="pkg-config --variable=prefix mono"` + `--prefix="$(pkg-config --variable=prefix mono)"` * The build profile: `--profile=profile-name` - * `stable`: builds the MonoDevelop core and some stable extra add-ins. - * `core`: builds the MonoDevelop core only. - * `all`: builds everything + * `gnome`: builds for Linux + * `windows`: builds for Windows * `mac`: builds for Mac OS X **PS:** You can also create your own profile by adding a file to the profiles directory containing a list of the directories to build.