aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGiacomo Tazzari <giact@users.noreply.github.com>2016-06-05 03:36:10 +0800
committerGiacomo Tazzari <giact@users.noreply.github.com>2016-06-05 03:36:10 +0800
commitf3c4543099b5f57e4b3c01a1ba9137576b8dac89 (patch)
tree2b61793d8fd1d8b346c79071c99df36e1e6fdeae /docs
parent840351982d365ef276779f77cfdb876955e28122 (diff)
downloaddexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.gz
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.bz2
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.lz
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.xz
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.tar.zst
dexon-solidity-f3c4543099b5f57e4b3c01a1ba9137576b8dac89.zip
I forgot to finish typing a paragraph
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst2
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::