From aa8b16663fc1885d92c684a8389fdac2362a25ad Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 23 Aug 2014 20:08:07 +0200 Subject: [PATCH] Testing anchors in markdown language --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a53f9423..0b5cd987f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you have questions about GNSS-SDR, please [subscribe to the gnss-sdr-develope # How to build GNSS-SDR -This section describes how to set up the compilation environment in GNU/Linux or Mac OS X, and to build GNSS-SDR. See also [our Building Guide](http://gnss-sdr.org/documentation/building-guide "GNSS-SDR's Building Guide"). +This section describes how to set up the compilation environment in GNU/Linux or Mac OS X, and to build GNSS-SDR. See also [our Building Guide](http://gnss-sdr.org/documentation/building-guide "GNSS-SDR's Building Guide"). GNU/Linux ---------- @@ -307,7 +307,7 @@ $ make && make install -Mac OS X +Mac OS X --------- Tested versions: 10.8 (Mountain Lion) and 10.9 (Mavericks). @@ -325,7 +325,7 @@ $ xcode-select --install Agree to Xcode license: ~~~~~~ -sudo xcodebuild -license +$ sudo xcodebuild -license ~~~~~~ Then, [install Macports](http://www.macports.org/install.php). If you are upgrading from a previous installation, please follow the [migration rules](http://trac.macports.org/wiki/Migration).