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"
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user