aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-25 04:33:59 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-27 05:02:42 +0800
commitaf2e84406222d10d74f96a3af1e0f6161f0170b9 (patch)
tree3331b4432d8554dea466dd6216881e6d4621dba2 /docs/installing-solidity.rst
parentd14d7109b669a93e0f93784a2e6585c496cd8027 (diff)
downloaddexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar.gz
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar.bz2
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar.lz
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar.xz
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.tar.zst
dexon-solidity-af2e84406222d10d74f96a3af1e0f6161f0170b9.zip
Cleanup docs
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst12
1 files changed, 6 insertions, 6 deletions
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:\<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:
@@ -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: