mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-04 09:54:24 +01:00
[ci skip] Fix typo in README.md (#41)
This commit is contained in:
committed by
Shuanglei Tao
parent
e6c0961b24
commit
9e731c62ef
@@ -98,12 +98,12 @@ ttyd starts web server at port `7681` by default, you can use the `-p` option to
|
||||
```bash
|
||||
ttyd -p 8080 bash -x
|
||||
```
|
||||
Then open <http://localhost:8080> with a broswer, you will get a bash shell with debug mode enabled.
|
||||
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 broswer, run `ttyd login`.
|
||||
- You can even run a none shell command like vim, try: `ttyd vim`, the web broswer will show you a vim editor.
|
||||
- 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.
|
||||
- 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