From 51157959d7f96a55243ca63c818fca4aab0abc91 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 4 Dec 2020 04:28:06 -0500 Subject: use ‘.. code-block:: console’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-merchant-manual.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 6126ec41..0b626fb6 100644 --- 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-' 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-' 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 -- cgit v1.2.3