From 876821eea88931c4f8ddccab6462a4ded69f26d6 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 2 Nov 2022 16:29:38 +0800 Subject: [PATCH] Update node.md (#107) --- docs/getting-started/quick-start/node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start/node.md b/docs/getting-started/quick-start/node.md index 0b96c14..3931d6a 100644 --- a/docs/getting-started/quick-start/node.md +++ b/docs/getting-started/quick-start/node.md @@ -5,7 +5,8 @@ ### 1. 下载可执行文件 请找一台Linux服务器节点,下载Loggie二进制可执行文件 ```shell -curl -LJ https://github.com/loggie-io/installation/releases/download//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 ``` 请将以上的``替换成具体的版本号。