Skip to content

Commit 90096b2

Browse files
committed
add binary link in readme
1 parent a79125e commit 90096b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go get ./...
2020
./control build
2121
./control pack
2222
```
23-
最后一步会pack出一个`falcon-gateway-$vsn.tar.gz`的安装包,拿着这个包去部署服务即可我们也提供了编译好的安装包,在gateway项目的bin目录下,不过仍然建议用户自行编译)
23+
最后一步会pack出一个`falcon-gateway-$vsn.tar.gz`的安装包,拿着这个包去部署服务即可我们也提供了编译好的安装包,[这里](https://github.com/open-falcon/gateway/releases/tag/0.0.5)
2424

2525
### Deploy
2626
服务部署,包括配置修改、启动服务、检验服务、停止服务等。这之前,需要将安装包解压到服务的部署目录下。
@@ -136,4 +136,4 @@ curl -s -X POST -d "[{\"metric\":\"$m\", \"endpoint\":\"$e\", \"timestamp\":$ts,
136136
```
137137

138138
## TODO
139-
+ 加密gateway经过公网传输的数据
139+
+ 加密gateway经过公网传输的数据

0 commit comments

Comments
 (0)