From 89e1149301ddcb22abf8839cd7f82492b5563658 Mon Sep 17 00:00:00 2001 From: razertory Date: Fri, 1 Feb 2019 18:26:24 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7146fe5..55ec2ae 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 your this proxy server +```