Update README.md

This commit is contained in:
razertory
2019-02-01 18:26:24 +08:00
committed by GitHub
parent e6c543bf29
commit 89e1149301
+12
View File
@@ -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
```