taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 726de9c6f84e174a4ed53e3e07c14747ebc94af5
parent 7fee156ae598c4c0fd031af3d4f283b0ce0b0812
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  6 Aug 2021 22:51:19 -0400

rewrite para describing shell-session prompt components

Diffstat:
Mtaler-exchange-setup-guide.rst | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git 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