commit 51157959d7f96a55243ca63c818fca4aab0abc91
parent 82706dabca2592ca9049984291afadb33585bcc5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 4 Dec 2020 04:28:06 -0500
use ‘.. code-block:: console’
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -364,14 +364,14 @@ Installing the GNU Taler exchange
After installing GNUnet, unpack the GNU Taler exchange tarball,
change into the resulting directory, and proceed as follows:
- ::
+.. code-block:: console
- $ ./configure [--prefix=EXCHANGEPFX] \
- [--with-gnunet=GNUNETPFX]
- $ # Each dependency can be fetched from non standard locations via
- $ # the '--with-<LIBNAME>' option. See './configure --help'.
- $ make
- # make install
+ $ ./configure [--prefix=EXCHANGEPFX] \
+ [--with-gnunet=GNUNETPFX]
+ $ # Each dependency can be fetched from non standard locations via
+ $ # the '--with-<LIBNAME>' option. See './configure --help'.
+ $ make
+ # make install
If you did not specify a prefix, the exchange will install to ``/usr/local``,
which requires you to run the last step as ``root``. You have to specify