summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-10 23:39:06 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-10 23:39:06 -0400
commit33fa6d750d0c9f600999573dda7a4070cf065e6b (patch)
tree6b58a5917e07e5f70ff3ef8be852bc71faec835c
parent108101d5c13e2e1e1e12290c29a53969ce715511 (diff)
downloaddocs-33fa6d750d0c9f600999573dda7a4070cf065e6b.tar.gz
docs-33fa6d750d0c9f600999573dda7a4070cf065e6b.tar.bz2
docs-33fa6d750d0c9f600999573dda7a4070cf065e6b.zip
caplitalize Debian release names (Wheezy, Jessie, Stretch)
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 1be0c7c2..36d9a639 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -375,10 +375,10 @@ Installing Taler on Debian GNU/Linux from source
.. index:: Stretch
.. index:: Debian
-Debian wheezy is too old and lacks most of the packages required.
-Debian jessie is better, but still lacks PostgreSQL 9.6.
+Debian Wheezy is too old and lacks most of the packages required.
+Debian Jessie is better, but still lacks PostgreSQL 9.6.
-On Debian stretch, only GNU libmicrohttpd needs to be compiled from
+On Debian Stretch, only GNU libmicrohttpd needs to be compiled from
source. To install dependencies on Debian stretch, run the following
commands:
@@ -422,12 +422,12 @@ For more recent versions of Debian, you should instead run:
postgresql-9.6 \
libmicrohttpd-dev
-Note that stretch requires ``libargon2-0-dev``,
+Note that Stretch requires ``libargon2-0-dev``,
while later versions of Debian require ``libargon2-dev``.
For the rest of the installation, follow the generic installation
instructions starting with the installation of libgnunetutil. Note that
-if you used the Debian stretch instructions above, you need to pass
+if you used the Debian Stretch instructions above, you need to pass
``--with-microhttpd=/usr/local/`` to all ``configure`` invocations.