Fix terminal commands

Header syntax has been corrected
This commit is contained in:
kaernyk 2014-09-08 09:12:30 -04:00
parent 0f00fb2b7a
commit e8e9f08c54

View File

@ -14,9 +14,9 @@ from a screen and continue running in the background, then later reattached.
```bash ```bash
# Well 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 new # Create a new session
-s "Session" # Create named session -s "Session" # Create named session