Skip to content

Commit 896551d

Browse files
committed
fix: pr link error
Signed-off-by: Meng JiaFeng <[email protected]>
1 parent 81e81a9 commit 896551d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/best-practices/gjh-java-springboot-air-gapped-deployment.zh.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ sh -c "$(curl -fsSL https://download.devstream.io/download.sh)"
3737
curl -o dtm https://download.devstream.io/v0.10.2/dtm-linux-amd64
3838
```
3939

40-
注意:这里的版本、系统类型、CPU 架构等信息需要灵活调整。比如你用的是 arm64 的服务器,这里就需要将命令改成:
41-
42-
```shell
43-
curl -o dtm https://download.devstream.io/v0.10.2/dtm-darwin-arm64
44-
```
40+
注意:这里的版本、系统类型、CPU 架构等信息需要灵活调整。
4541

4642
等 dtm 下载到你的 PC 后,你需要通过内网将其传输到某一台内部服务器上,移入包含在"$PATH"的目录里并赋予其可执行权限,比如在 Linux 上你可以执行如下命令完成这些操作:
4743

0 commit comments

Comments
 (0)