diff --git a/服务器的启动与关闭.md b/服务器的启动与关闭.md index 2309009..973750b 100644 --- a/服务器的启动与关闭.md +++ b/服务器的启动与关闭.md @@ -1,7 +1,7 @@ ## 程序所在路径 在编译zlmediakit后,会生成MediaServer主程序,该程序相对路径为`release/${platform}/${build_type}/MediaServer`。 -`${platform}`根据您的操作系统,可能为`windows/linux/mac`,`${build_type}`根据你cmake时指定的编译类型,可能为`Debug/Release`. +`${platform}`根据您的操作系统,可能为`windows/linux/mac`,`${build_type}`根据您cmake时指定的编译类型,可能为`Debug/Release`. ## 启动与参数