diff --git a/README.md b/README.md index 7146fe5..f256873 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Ginx Http proxy server in Go + + +## Basic use + +```shell +# just look up to config.server +> go get github.com/razertory/Ginx +> cd $GOPATH/src/github.com/razertory/Ginx +> go run . + +# and then, curl this proxy server +```