mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 03:50:59 +02:00
This is not a long term documentation works - this is a temp proposal to modernize existing documentation - Create docs folder - Move existing documentation files into docs - Split one massive INSTALL files into smaller files (no text editing was done except small markdown header formatting) - Rename files to be markdowns for nicer rendering - Bad md rendering is expected in many places
12 lines
427 B
Markdown
12 lines
427 B
Markdown
# Man pages
|
|
|
|
After installation, the man page turnserver(1) must be available. The man page
|
|
is located in man/man1 subdirectory. If you want to see the man page without
|
|
installation, run the command:
|
|
|
|
$ man -M man turnserver
|
|
|
|
HTML-formatted client library functions reference is located in docs/html
|
|
subdirectory of the original archive tree. After the installation, it will
|
|
be placed in PREFIX/share/doc/turnserver/html.
|