feat: add openim install scripts docs

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw)
2023-10-27 01:21:16 +08:00
parent deacd63dfc
commit a1547af65d
7 changed files with 376 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ OPENIM_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)
function openim::man::info() {
cat <<- EOF
Usage:
man openim-server # Display the man page for openim-server
man openim-server to see openim-server help # Display the man page for openim-server
EOF
}