diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-30 01:36:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 01:36:15 +0800 |
commit | 0b89e1e98ce75ba4ed9ecd7b2e5de2f51a810622 (patch) | |
tree | 2ac50afb67b157289f42d672d8a11089a685cf31 /docs/installing-solidity.rst | |
parent | b8060c55fae86d1ce4bee76bfed05bd188b48a0a (diff) | |
parent | be86a2af9e01f76d02cf6f9436492e1aeeebf89d (diff) | |
download | dexon-solidity-0b89e1e98ce75ba4ed9ecd7b2e5de2f51a810622.tar.gz dexon-solidity-0b89e1e98ce75ba4ed9ecd7b2e5de2f51a810622.tar.zst dexon-solidity-0b89e1e98ce75ba4ed9ecd7b2e5de2f51a810622.zip |
Merge pull request #964 from Denton-L/fix-documentation
Fix documentation
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index e1322f12..f8393f2d 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -93,18 +93,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:\<username\>/solidity.git Prerequisites - macOS ----------------------- +--------------------- For macOS, ensure that you have the latest version of -`xcode installed <https://developer.apple.com/xcode/download/>`_. +`Xcode installed <https://developer.apple.com/xcode/download/>`_. This contains the `Clang C++ compiler <https://en.wikipedia.org/wiki/Clang>`_, the -`xcode IDE <https://en.wikipedia.org/wiki/Xcode>`_ and other Apple development +`Xcode IDE <https://en.wikipedia.org/wiki/Xcode>`_ 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: @@ -120,7 +120,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: @@ -152,7 +152,7 @@ manual process, but is now a one-liner: Or, on Windows: -.. code:: bash +.. code:: bat scripts\install_deps.bat |