From af2e84406222d10d74f96a3af1e0f6161f0170b9 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 24 Aug 2016 13:33:59 -0700 Subject: Cleanup docs --- docs/installing-solidity.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/installing-solidity.rst') diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index e500717b..64e293e2 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -87,18 +87,18 @@ you should fork Solidity and add your personal fork as a second remote: .. code:: bash cd solidity - git remote add personal git@github.com:[username]/solidity.git + git remote add personal git@github.com:\/solidity.git Prerequisites - macOS ----------------------- +--------------------- For macOS, ensure that you have the latest version of -`xcode installed `_. +`Xcode installed `_. This contains the `Clang C++ compiler `_, the -`xcode IDE `_ and other Apple development +`Xcode IDE `_ and other Apple development tools which are required for building C++ applications on OS X. -If you are installing xcode for the first time, or have just installed a new +If you are installing Xcode for the first time, or have just installed a new version then you will need to agree to the license before you can do command-line builds: @@ -114,7 +114,7 @@ if you ever want to start again from scratch. Prerequisites - Windows ------------------------- +----------------------- You will need to install the following dependencies for Windows builds of Solidity: -- cgit From eea4b63b44288553638e4953c5e4ec59390de7c7 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Mon, 29 Aug 2016 10:23:40 -0400 Subject: Fix syntax for Windows batch file --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing-solidity.rst') diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 64e293e2..5111b68c 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -146,7 +146,7 @@ manual process, but is now a one-liner: Or, on Windows: -.. code:: bash +.. code:: bat scripts\install_deps.bat -- cgit