mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-22 20:04:19 +01:00
6 lines
107 B
Markdown
6 lines
107 B
Markdown
# Building the man page
|
|
|
|
```bash
|
|
go get github.com/cpuguy83/go-md2man
|
|
go-md2man < ttyd.man.md > ttyd.1
|
|
``` |