[Doc] Move comments above bash command

This commit is contained in:
Amir Abrams 2016-11-23 01:46:46 -06:00 committed by AmirAbrams
parent 74ced54b7e
commit 69bc8e7967

View file

@ -96,13 +96,13 @@ pass `--with-incompatible-bdb` to configure.
See the section "Disable-wallet mode" to build Bitcoin Core without wallet.
Optional:
Optional (see --with-miniupnpc and --enable-upnp-default):
sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
sudo apt-get install libminiupnpc-dev
ZMQ dependencies:
ZMQ dependencies (provides ZMQ API 4.x):
sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
sudo apt-get install libzmq3-dev
Dependencies for the GUI: Ubuntu & Debian
-----------------------------------------