Skip to content

Commit 046f700

Browse files
committed
New translations quickstart.md (Chinese Simplified)
1 parent 715e37d commit 046f700

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

website/translated_docs/zh-CN/version-0.5.0/quickstart.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,29 @@ original_id: quickstart
99

1010
请根据您使用的操作系统平台选择安装方式:
1111

12-
- MacOS 平台
13-
14-
- 🍺 Homebrew 用户可以直接在命令行:
12+
#### MacOS 平台
13+
14+
- 🍺 Homebrew 用户可以直接在命令行:
1515

1616
```bash
17-
brew tap CovenantSQL/cql && brew install cql
18-
```
17+
brew tap CovenantSQL/cql && brew install cql
18+
```
19+
20+
- 非 Homebrew,可以执行:
1921

20-
- 非 Homebrew,可以执行:
22+
```bash
23+
sudo bash -c 'curl -L "https://bintray.com/covenantsql/bin/download_file?file_path=CovenantSQL-v0.5.0.osx-amd64.tar.gz" | \
24+
tar xzv -C /usr/local/bin/ --strip-components=1'
25+
```
2126

22-
- ```bash
23-
curl -L "https://bintray.com/covenantsql/bin/download_file?file_path=CovenantSQL-v0.5.0.osx-amd64.tar.gz" | \
24-
sudo tar xzv -C /usr/local/bin/ --strip-components=1
25-
```
27+
#### Linux 平台
2628

27-
- Linux 平台请可以执行
29+
在命令行中执行
2830

29-
- ```bash
30-
curl -L "https://bintray.com/covenantsql/bin/download_file?file_path=CovenantSQL-v0.5.0.linux-amd64.tar.gz" | \
31-
sudo tar xzv -C /usr/local/bin/ --strip-components=1
32-
```
31+
```bash
32+
sudo bash -c 'curl -L "https://bintray.com/covenantsql/bin/download_file?file_path=CovenantSQL-v0.5.0.linux-amd64.tar.gz" | \
33+
tar xzv -C /usr/local/bin/ --strip-components=1'
34+
```
3335

3436
安装完成后可以执行下面的命令,查看是否安装成功
3537

@@ -44,7 +46,7 @@ sudo chmod a+x /usr/local/bin/cql* # Fix Permission
4446
sudo ln -s /usr/local/bin/cql* /usr/bin/ # Fix if /usr/local/bin not in $PATH
4547
```
4648

47-
如果问题依旧存在请在我们的 GitHub 页面[提交 Issue](https://github.com/CovenantSQL/CovenantSQL/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D)。
49+
如果问题依旧存在请在我们的 GitHub 页面 [提交 Issue](https://github.com/CovenantSQL/CovenantSQL/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D)
4850

4951
### 工具包介绍
5052

0 commit comments

Comments
 (0)