1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

fix bug of make file

This commit is contained in:
winlin 2014-03-23 12:45:24 +08:00
parent 9c36061d72
commit d9104f3b5e

2
trunk/configure vendored
View file

@ -237,7 +237,7 @@ install-api: install
@echo "api installed, to link and start api:"
@echo " sudo ln -sf /usr/local/srs/etc/init.d/srs-api /etc/init.d/srs-api"
@echo " /etc/init.d/srs-api start"
@echo " http://$(shell bash auto/local_ip.sh):8085"
@echo " http://\$(shell bash auto/local_ip.sh):8085"
@echo "@see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService"
install: