Skip to content

Commit 26fb1be

Browse files
committed
quickstart cargo install
1 parent c33aac7 commit 26fb1be

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/v0.1.0/en/doc/tutorial/quick-start.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,20 @@ This is a quick start example, through which you can quickly understand the deve
2323
>
2424
> cratio: https://crates.io/crates/ract
2525
26-
### Configuration
27-
2826
> [!WARNING]
2927
>
3028
> Your computer may prompt security issues, please select Allow
3129
3230
You can configure ract as a global command in the following ways:
3331

3432
<Tabs>
33+
<Tab label="cargo">
34+
```shell
35+
cargo install ract
36+
37+
ract --version
38+
```
39+
</Tab>
3540
<Tab label="Macos | Linux">
3641
```shell
3742
# copy download ract to /usr/local/bin

docs/v0.1.0/zh/doc/tutorial/quick-start.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import { Tab, Tabs } from 'rspress/theme';
2323
>
2424
> cratio: https://crates.io/crates/ract
2525
26-
### 配置
27-
2826
> [!WARNING]
2927
>
3028
> 您的计算机可能会提示安全问题,请选择允许

0 commit comments

Comments
 (0)