Files

6 lines
107 B
Markdown
Raw Permalink Normal View History

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