diff options
author | Giacomo Tazzari <giact@users.noreply.github.com> | 2016-06-05 03:36:10 +0800 |
---|---|---|
committer | Giacomo Tazzari <giact@users.noreply.github.com> | 2016-06-05 03:36:10 +0800 |
commit | f3c4543099b5f57e4b3c01a1ba9137576b8dac89 (patch) | |
tree | 2b61793d8fd1d8b346c79071c99df36e1e6fdeae /docs/installing-solidity.rst | |
parent | 840351982d365ef276779f77cfdb876955e28122 (diff) | |
download | dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.gz dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.zst dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.zip |
I forgot to finish typing a paragraph
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 c8f1a728..c189dd14 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -76,7 +76,7 @@ to compile Solidity on Ubuntu 16.04 (Xenial Xerus). One of the dependencies (Crypto++ Library, with version >= 5.6.2) can be installed either by adding the Ethereum PPA (Option 1) or by backporting -``libcrypto++`` from Ubuntu Development to Ubuntu Xenial +``libcrypto++`` from Ubuntu Development to Ubuntu Xenial (Option 2). .. note:: |