From fa93f917edf74a27aacf3aef6e8a4596d0ac77ce Mon Sep 17 00:00:00 2001 From: razertory Date: Fri, 1 Feb 2019 21:18:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```