From c8d96e94530814e4d4c8f7c6bb2d7416d2f66599 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 21 Sep 2015 01:36:51 +0200 Subject: [PATCH] fix erroneous blockquotes --- content/install.rst | 46 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/content/install.rst b/content/install.rst index 0b5bae5..95cd320 100644 --- a/content/install.rst +++ b/content/install.rst @@ -128,18 +128,18 @@ freedom than Macports. We recommend this option if you have no preferences. and follow its directions. It will ask for a few prerequisites to be installed, in particular - * the Xcode developer tools (compiler suite for Mac OS X) from - `<http://developer.apple.com/downloads>`_. You will need an Apple ID to - download. Note that if you have one already from using the App store on the - Mac/Ipad/Iphone/... you can use that one. Downloading the command line - tools (not the full Xcode suite) is sufficient. If you have the full Xcode - suite installed, you might need to download the command line tools manually - if you have version 4 or higher. In this case go to `Xcode->Preferences`, - click on `Download`, go to `Components`, select `Command Line Tools` and - click on `Install`. - * although `brew doctor` might not complain about it right away, while we're - at it, you should also install the X11 server from the `XQuartz project - <http://xquartz.macosforge.org>`_ if you have Mac OS X 10.8 or higher. + * the Xcode developer tools (compiler suite for Mac OS X) from + `<http://developer.apple.com/downloads>`_. You will need an Apple ID to + download. Note that if you have one already from using the App store on the + Mac/Ipad/Iphone/... you can use that one. Downloading the command line + tools (not the full Xcode suite) is sufficient. If you have the full Xcode + suite installed, you might need to download the command line tools manually + if you have version 4 or higher. In this case go to `Xcode->Preferences`, + click on `Download`, go to `Components`, select `Command Line Tools` and + click on `Install`. + * although `brew doctor` might not complain about it right away, while we're + at it, you should also install the X11 server from the `XQuartz project + <http://xquartz.macosforge.org>`_ if you have Mac OS X 10.8 or higher. 3. Add permanently ``/usr/local/bin`` before ``/usr/bin/`` in the ``$PATH$`` environment variable of your shell, for example by adding :: @@ -193,17 +193,17 @@ In order to install Kwant using MacPorts, you have to In particular, as explained there, you will have to install also a few prerequisites, namely - * the Xcode developer tools (compiler suite for Mac OS X) from - `<http://developer.apple.com/downloads>`_. You will need an Apple ID to - download. Note that if you have one already from using the App store - on the Mac/Ipad/Iphone/... you can use that one. You will also need the - command line tools: Within Xcode 4, you have to download them by going to - `Xcode->Preferences`, click on `Download`, go to `Components`, - select `Command Line Tools` and click on `Install`. Alternatively, you can - also directly download the command line tools from the - Apple developer website. - * if you have Mac OS X 10.8 or higher, the X11 server from the - `XQuartz project <http://xquartz.macosforge.org>`_. + * the Xcode developer tools (compiler suite for Mac OS X) from + `<http://developer.apple.com/downloads>`_. You will need an Apple ID to + download. Note that if you have one already from using the App store + on the Mac/Ipad/Iphone/... you can use that one. You will also need the + command line tools: Within Xcode 4, you have to download them by going to + `Xcode->Preferences`, click on `Download`, go to `Components`, + select `Command Line Tools` and click on `Install`. Alternatively, you can + also directly download the command line tools from the + Apple developer website. + * if you have Mac OS X 10.8 or higher, the X11 server from the + `XQuartz project <http://xquartz.macosforge.org>`_. 2. After the installation, open a terminal and execute :: -- GitLab