Skip to content

Commit

Permalink
modify readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesdevil authored Dec 10, 2018
1 parent 22815af commit fb515a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.log
unittest.xml
venv/
vendor/
.idea/
main
go.sum
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ $ make test # unit test
## run

```
# Run with conf
$ ${GOPATH}/bin/proxy -confdir pathToConfDir
# Others
$ ${GOPATH}/bin/proxy -h
```
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
Version = "1.0.0.8"
Version = "v1.0.2"
)

var (
Expand Down

0 comments on commit fb515a5

Please # to comment.