diff --git a/README.md b/README.md index f256873..607da2f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Http proxy server in Go # just look up to config.server > go get github.com/razertory/Ginx > cd $GOPATH/src/github.com/razertory/Ginx -> go run . +> go build . && ./Ginx # and then, curl this proxy server ```