diff --git a/docs/usage.md b/docs/usage.md index 1216114..57b9bd4 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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