diff options
author | chriseth <chris@ethereum.org> | 2016-08-20 08:57:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 08:57:07 +0800 |
commit | 0d736fde6d1e04f02bb36183906b5e522aab8725 (patch) | |
tree | feba91bfeb315739130134d449489c001e5354cf /docs/installing-solidity.rst | |
parent | 64cec9793a881e5a8ee77cb73e3f3599f330c044 (diff) | |
parent | e27493aa8306da65d4cfc464b7867f1faaf72a9f (diff) | |
download | dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.gz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.bz2 dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.lz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.xz dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.tar.zst dexon-solidity-0d736fde6d1e04f02bb36183906b5e522aab8725.zip |
Merge pull request #706 from Denton-L/withdrawal-pattern
Add Withdrawal Pattern Example
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 47388c25..16a02310 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -101,7 +101,7 @@ installed either by adding the Ethereum PPA (Option 1) or by backporting sudo apt-get -y update sudo apt-get -y upgrade sudo apt-get -y install libcryptopp-dev - + ## (Option 2) For those willing to backport libcrypto++: #sudo apt-get -y install ubuntu-dev-tools #sudo pbuilder create |