Skip to content

Commit

Permalink
docs: Fixed source install error
Browse files Browse the repository at this point in the history
Signed-off-by: 赵安家 <[email protected]>
  • Loading branch information
anjia0532 committed Apr 11, 2022
1 parent e354f77 commit 2acb302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/setup/install/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ the executable files separately according to the modules.
```bash
version=2.0.2

wget -o Dragonfly2_linux_amd64.tar.gz \
https://github.com/dragonflyoss/Dragonfly2/releases/download/v${version}/Dragonfly2_${version}_linux_amd64.tar.gz
wget -O Dragonfly2_linux_amd64.tar.gz \
https://github.com/dragonflyoss/Dragonfly2/releases/download/v${version}/Dragonfly2-${version}-linux-amd64.tar.gz
```

2. Unzip the package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ title: 源码安装
```bash
version=2.0.2

wget -o Dragonfly2_linux_amd64.tar.gz \
https://github.com/dragonflyoss/Dragonfly2/releases/download/v${version}/Dragonfly2_${version}_linux_amd64.tar.gz
wget -O Dragonfly2_linux_amd64.tar.gz \
https://github.com/dragonflyoss/Dragonfly2/releases/download/v${version}/Dragonfly2-${version}-linux-amd64.tar.gz
```

2. 解压压缩包
Expand Down

0 comments on commit 2acb302

Please sign in to comment.