1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update readme, rename wiki/xxx to wiki/v1_xxx

This commit is contained in:
winlin 2014-10-24 09:55:58 +08:00
parent bd158ec838
commit 6da21364f6
33 changed files with 161 additions and 161 deletions

View file

@ -108,7 +108,7 @@ else
fi
echo ""
echo "see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService"
echo "see: https://github.com/winlinvip/simple-rtmp-server/wiki/v1_LinuxService"
echo "install success, you can:"
echo -e "${GREEN} sudo /etc/init.d/srs start${BLACK}"
echo "srs root is ${INSTALL}"

View file

@ -108,7 +108,7 @@ fi
ok_msg "real os is ${os_name}-${os_major_version} ${os_release} ${os_machine}"
# build srs
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/Build
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_Build
ok_msg "start build srs"
if [ $ARM = YES ]; then
(

View file

@ -51,4 +51,4 @@ echo -e "${GREEN}请在hosts中添加一行${BLACK}"
echo -e "${RED} $ip demo.srs.com${BLACK}"
echo -e "${GREEN}演示地址:${BLACK}"
echo -e "${RED} http://$ip:$port${BLACK}"
echo -e "@see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo"
echo -e "@see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_SampleDemo"