summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index a143d498..c28ddaa2 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -319,7 +319,7 @@ To install the Taler exchange, you can now simply run:
.. code-block:: console
- # apt install taler-exchange
+ # apt install -t sid taler-exchange
Note that the package does not perform any configuration work except for
setting up the various users and the systemd service scripts. You still must
@@ -340,7 +340,7 @@ To install the Taler exchange, you can now simply run:
.. code-block:: console
- # apt install taler-exchange
+ # apt install -t focal-fossa taler-exchange
Note that the package does not perform any configuration work except for
setting up the various users and the systemd service scripts. You still must
@@ -442,7 +442,7 @@ choosing the backend, it is mandatory to supply the connection string
- via an environment variable: ``TALER_EXCHANGEDB_POSTGRES_CONFIG``.
-- via configuration option ``CONFIG``, under section ``[exchangedb-BACKEND]``.
+- via configuration option ``CONFIG``, under section ``[exchangedb-$BACKEND]``.
For example, the demo exchange is configured as follows:
.. code-block:: ini