gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use ‘.. code-block:: console’


From: gnunet
Subject: [taler-docs] branch master updated: use ‘.. code-block:: console’
Date: Fri, 04 Dec 2020 10:29:40 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5115795  use ‘.. code-block:: console’
5115795 is described below

commit 51157959d7f96a55243ca63c818fca4aab0abc91
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 4 04:28:06 2020 -0500

    use ‘.. code-block:: console’
---
 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 6126ec4..0b626fb 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-<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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]