summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:51:19 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:51:19 -0400
commit726de9c6f84e174a4ed53e3e07c14747ebc94af5 (patch)
tree38bdf812ff2a8563cd2a3358990bdd2a0f3aedfd /taler-exchange-setup-guide.rst
parent7fee156ae598c4c0fd031af3d4f283b0ce0b0812 (diff)
downloaddocs-726de9c6f84e174a4ed53e3e07c14747ebc94af5.tar.gz
docs-726de9c6f84e174a4ed53e3e07c14747ebc94af5.tar.bz2
docs-726de9c6f84e174a4ed53e3e07c14747ebc94af5.zip
rewrite para describing shell-session prompt components
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 68ae6f2a..a4c6cf95 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -32,10 +32,14 @@ This guide assumes that you are running Ubuntu 20.04 (Focal Fossa).
We recommend the setup of offline signing keys to be done on a second machine that
does not have internet access.
-In this guide, we mark commands that are supposed to be executed on the online
-exchange machine as ``[root@exchange-online]#`` / ``[$user@exchange-online]$`` and commands for the offline
-machine as ``[root@exchange-offline]#`` / ``[$user@exchange-offline]$``. It is possible to do the entire setup
-on one machine, but we do not recommend this for security reasons.
+In this guide's shell-session fragments, the command prompt shows two pieces
+of information:
+* Who is performing the command
+ (``$user`` vs ``root``, and ending char ``$`` vs ``#``).
+* Host where the command is supposed to be executed
+ (``exchange-offline`` vs ``exchange-online``).
+ It is possible to do the entire setup on one machine,
+ but we do not recommend this for security reasons.
Before you start