Skip to content

Commit 2349a04

Browse files
authored
Merge pull request #1317 from merico-dev/docs-ht
fix: quickstart document error
2 parents 2cf8b61 + 85b4604 commit 2349a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this quickstart, we will do the following automatically with DevStream:
1212
In your working directory, run:
1313

1414
```shell
15-
sh -c "$(curl -fsSL https://download.devstream.io/download.sh)
15+
sh -c "$(curl -fsSL https://download.devstream.io/download.sh)"
1616
```
1717

1818
!!! note "Note"

docs/quickstart.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
进入你的工作目录,运行:
1313

1414
```shell
15-
sh -c "$(curl -fsSL https://download.devstream.io/download.sh)
15+
sh -c "$(curl -fsSL https://download.devstream.io/download.sh)"
1616
```
1717

1818
!!! note "提示"

0 commit comments

Comments
 (0)