ossrs / httpx-static

A HTTP/HTTPS API proxy for SRS.
https://github.com/ossrs/srs
MIT License
641 stars 221 forks source link

Doc: Small optimization on README.md #33

Closed wsd1 closed 8 years ago

wsd1 commented 8 years ago

In README.md, "$GOPATH/bin/go-oryx -c conf/oryx.json" can be changed to "$GOROOT/bin/go-oryx -c conf/oryx.json".

I tried on several VPSes , former one can not work, but later one can work well.

winlinvip commented 8 years ago

Seems the GOROOT is the root of golang, while the GOPATH is the user library. I think user who follow the guide of golang should set the GOPATH correctly.