From 02b6deb1243a000b32f1d4182484c3bbba0ef756 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 9 Dec 2015 11:50:48 -0600 Subject: [PATCH] Newline before "For OS X" Markdown does not render properly without it. --- Documentation/developer-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/developer-guide.md b/Documentation/developer-guide.md index 58eb4e969..33860e360 100644 --- a/Documentation/developer-guide.md +++ b/Documentation/developer-guide.md @@ -18,6 +18,7 @@ In order to build .NET Command Line Interface, you need the following installed 1. CMake (available from https://cmake.org/) is required to build the native host `corehost`. Make sure to add it to the PATH. 2. git (available from http://www.git-scm.com/) on the PATH. 3. clang (available from http://clang.llvm.org) on the PATH. + ### For OS X 1. Xcode @@ -63,4 +64,4 @@ Each command's project root should contain a manpage-style Readme.md that descri #### Add command to packages - Update the `symlinks` property of `packaging/debian/debian_config.json` to include the new command -- Update the `$Projects` property in `packaging/osx/scripts/postinstall` \ No newline at end of file +- Update the `$Projects` property in `packaging/osx/scripts/postinstall`