Files
ttyd/man/README.md

6 lines
107 B
Markdown
Raw Permalink Normal View History

2025-09-02 20:02:46 +08:00
# Building the man page
```bash
go get github.com/cpuguy83/go-md2man
go-md2man < ttyd.man.md > ttyd.1
```