Skip to content

Commit fb515a5

Browse files
author
ZHAO Yijun
authored
modify readme (#5)
1 parent 22815af commit fb515a5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.log
55
unittest.xml
66
venv/
7+
vendor/
78
.idea/
89
main
910
go.sum

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ $ make test # unit test
2424
## run
2525

2626
```
27+
# Run with conf
28+
$ ${GOPATH}/bin/proxy -confdir pathToConfDir
29+
30+
# Others
2731
$ ${GOPATH}/bin/proxy -h
2832
```

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version = "1.0.0.8"
12+
Version = "v1.0.2"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)