mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-06 14:58:31 +00:00
Fix terminal commands
Header syntax has been corrected
This commit is contained in:
parent
0f00fb2b7a
commit
e8e9f08c54
@ -14,9 +14,9 @@ from a screen and continue running in the background, then later reattached.
|
||||
|
||||
|
||||
```bash
|
||||
# We’ll start off with managing tmux from a terminal:
|
||||
|
||||
tmux
|
||||
tmux [command] # Run a command
|
||||
# 'tmux' with no commands will create a new session
|
||||
|
||||
new # Create a new session
|
||||
-s "Session" # Create named session
|
||||
|
Loading…
Reference in New Issue
Block a user