docs: fix usage steps numbering
This commit is contained in:
parent
e95abf6c7e
commit
32d0f08d77
@ -301,7 +301,7 @@ to run it accross SSH sessions. You can also use tmux in the same fashion.
|
||||
screen -S "tumbler"
|
||||
```
|
||||
|
||||
2. Start the tumbler
|
||||
3. Start the tumbler
|
||||
|
||||
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)
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
4. Re-attach to the screen session
|
||||
5. Re-attach to the screen session
|
||||
|
||||
```console
|
||||
screen -r tumbler
|
||||
```
|
||||
|
||||
5. End screen session
|
||||
6. End screen session
|
||||
|
||||
Type exit when tumbler is done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user