mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-02 08:04:21 +01:00
fix a typo in the man page (#1402)
This commit is contained in:
@@ -243,7 +243,7 @@ Then open http://localhost:8080 with a browser, you will get a bash shell with d
|
||||
.IP \(bu 2
|
||||
If you want to login with your system accounts on the web browser, run \fB\fCttyd login\fR\&.
|
||||
.IP \(bu 2
|
||||
You can even run a none shell command like vim, try: \fB\fCttyd vim\fR, the web browser will show you a vim editor.
|
||||
You can even run a non-shell command like vim, try: \fB\fCttyd vim\fR, the web browser will show you a vim editor.
|
||||
.IP \(bu 2
|
||||
Sharing single process with multiple clients: \fB\fCttyd tmux new -A -s ttyd vim\fR, run \fB\fCtmux new -A -s ttyd\fR to connect to the tmux session from terminal.
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ ttyd -p 8080 bash -x
|
||||
Then open http://localhost:8080 with a browser, you will get a bash shell with debug mode enabled. More examples:
|
||||
|
||||
- If you want to login with your system accounts on the web browser, run `ttyd login`.
|
||||
- You can even run a none shell command like vim, try: `ttyd vim`, the web browser will show you a vim editor.
|
||||
- You can even run a non-shell command like vim, try: `ttyd vim`, the web browser will show you a vim editor.
|
||||
- Sharing single process with multiple clients: `ttyd tmux new -A -s ttyd vim`, run `tmux new -A -s ttyd` to connect to the tmux session from terminal.
|
||||
|
||||
# SSL how-to
|
||||
|
||||
Reference in New Issue
Block a user