Update node.md (#107)

This commit is contained in:
ethfoo 2022-11-02 16:29:38 +08:00 committed by GitHub
parent e2982077a7
commit 876821eea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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>`替换成具体的版本号。