docs: fix usage steps numbering

This commit is contained in:
nixbitcoin 2021-08-12 10:53:27 +00:00
parent e95abf6c7e
commit 32d0f08d77
No known key found for this signature in database
GPG Key ID: B6044ECBA2DAE5D0
1 changed files with 4 additions and 4 deletions

View File

@ -301,7 +301,7 @@ to run it accross SSH sessions. You can also use tmux in the same fashion.
screen -S "tumbler" screen -S "tumbler"
``` ```
2. Start the tumbler 3. Start the tumbler
Example: Tumbling into your wallet after buying from an exchange to improve privacy: Example: Tumbling into your wallet after buying from an exchange to improve privacy:
@ -314,19 +314,19 @@ to run it accross SSH sessions. You can also use tmux in the same fashion.
Get more information [here](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/tumblerguide.md) Get more information [here](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/tumblerguide.md)
3. Detach the screen session to leave the tumbler running in the background 4. Detach the screen session to leave the tumbler running in the background
``` ```
Ctrl-a d or Ctrl-a Ctrl-d Ctrl-a d or Ctrl-a Ctrl-d
``` ```
4. Re-attach to the screen session 5. Re-attach to the screen session
```console ```console
screen -r tumbler screen -r tumbler
``` ```
5. End screen session 6. End screen session
Type exit when tumbler is done Type exit when tumbler is done