Skip to content

Commit

Permalink
docs: update the param of download url
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Aug 17, 2022
1 parent d678464 commit 0149efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Linux
```bash
# install service
curl -sSf https://dl.saltbo.cn/install.sh | sh -s zpan
curl -sSLf https://dl.saltbo.cn/install.sh | sh -s zpan

# start service
systemctl start zpan
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Linux
```bash
# 安装服务
curl -sSf https://dl.saltbo.cn/install.sh | sh -s zpan
curl -sSLf https://dl.saltbo.cn/install.sh | sh -s zpan

# 启动服务
systemctl start zpan
Expand Down

0 comments on commit 0149efb

Please sign in to comment.