mirror of https://github.com/loggie-io/docs.git
Update node.md (#107)
This commit is contained in:
parent
e2982077a7
commit
876821eea8
|
@ -5,7 +5,8 @@
|
|||
### 1. 下载可执行文件
|
||||
请找一台Linux服务器节点,下载Loggie二进制可执行文件
|
||||
```shell
|
||||
curl -LJ https://github.com/loggie-io/installation/releases/download/<VERSION>/loggie-linux-amd64 -o loggie
|
||||
VERSION=v1.3.0
|
||||
curl -LJ https://github.com/loggie-io/loggie/releases/download/${VERSION}/loggie-linux-amd64 -o loggie
|
||||
```
|
||||
|
||||
请将以上的`<VERSION>`替换成具体的版本号。
|
||||
|
|
Loading…
Reference in New Issue