From 89e1149301ddcb22abf8839cd7f82492b5563658 Mon Sep 17 00:00:00 2001 From: razertory Date: Fri, 1 Feb 2019 18:26:24 +0800 Subject: [PATCH 1/2] 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 +``` From eb68a7481611b79bdebc26874b98abfb5f58dfdb Mon Sep 17 00:00:00 2001 From: razertory Date: Fri, 1 Feb 2019 18:26:48 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ec2ae..f256873 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Http proxy server in Go > cd $GOPATH/src/github.com/razertory/Ginx > go run . -# and then, curl your this proxy server +# and then, curl this proxy server ```