diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-25 00:11:06 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-30 21:44:33 +0800 |
commit | 981c38b8b0fb81f235e1b813dbb37d5740830521 (patch) | |
tree | d2fe58f5ceeb77c58392979e70ddb85ebb1f2eb6 /docs/installing-solidity.rst | |
parent | 5d084afa81bf2ca78496b784d61a738153496052 (diff) | |
download | dexon-solidity-981c38b8b0fb81f235e1b813dbb37d5740830521.tar.gz dexon-solidity-981c38b8b0fb81f235e1b813dbb37d5740830521.tar.zst dexon-solidity-981c38b8b0fb81f235e1b813dbb37d5740830521.zip |
Modified installing-solidity.rst
Corrected inline code syntax
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 06407cc2..c29eb739 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -113,7 +113,7 @@ For Ubuntu 15.10 (Wily Werewolf) or newer, use the following command instead: sudo apt-get -y install build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev libreadline-dev libncurses5-dev libcurl4-openssl-dev libcryptopp-dev libjsonrpccpp-dev libmicrohttpd-dev libjsoncpp-dev libedit-dev libz-dev -The reason for the change is that `libjsonrpccpp-dev` is available in the universe repository for newer versions of Ubuntu. +The reason for the change is that :code:`libjsonrpccpp-dev` is available in the universe repository for newer versions of Ubuntu. Building -------- @@ -147,7 +147,7 @@ you should fork Solidity and add your personal fork as a second remote: git remote add personal git@github.com:username/solidity.git Note that webthree-umbrella uses submodules, so solidity is its own git -repository, but its settings are not stored in `.git/config`, but in -`webthree-umbrella/.git/modules/solidity/config`. +repository, but its settings are not stored in :code:`.git/config`, but in +:code:`webthree-umbrella/.git/modules/solidity/config`. |