Skip to content

Commit 573f0e6

Browse files
committed
fixed tmux commands.
1 parent 643a4ef commit 573f0e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

documentation/sdk/create-aleo-app/02_create_aleo_app_full.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ Right when the node starts, you'll see information for node 0, copy this down!
6464
If you missed it because it scrolled too fast, use these `tmux` commands to scroll up:
6565

6666
```bash
67-
ctrl+b+[ # enter scroll mode to scroll up
68-
ctrl+b+w # see all 4 validator nodes
69-
ctrl+b+:kill-session # kills the session
67+
ctrl+b [ # enter scroll mode to scroll up
68+
ctrl+b w # see all 4 validator nodes
69+
ctrl+b :kill-session # kills the session
7070
q # exit ctrl+b mode
7171
```
7272
73+
7374
<!-- markdown-link-check-disable -->
7475
Check that your network is running by visiting http://localhost:3030/testnet3/latest/height in your browser. The height should increase as a sign that your network is alive.
7576

0 commit comments

Comments
 (0)