Skip to content

Commit

Permalink
docs: update (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
c3b2a7 authored Feb 29, 2024
1 parent 03ed62e commit 7402351
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo '[vfox]
name=VersionFox Repo
baseurl=https://yum.fury.io/versionfox/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/trzsz.repo
gpgcheck=0' | sudo tee /etc/yum.repos.d/versionfox.repo

sudo yum install vfox
```
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/core-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ View for all available versions of the specified SDK.
**Usage**

```shell
vfox add <sdk-name>
vfox search <sdk-name>
```

`sdk-name`: SDK name, such as `nodejs`, `custom-node`.
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-hans/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo '[vfox]
name=VersionFox Repo
baseurl=https://yum.fury.io/versionfox/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/trzsz.repo
gpgcheck=0' | sudo tee /etc/yum.repos.d/versionfox.repo

sudo yum install vfox
```
Expand Down Expand Up @@ -192,4 +192,4 @@ $ vfox use -p nodejs

恭喜你完成了 `vfox` 的快速上手 🎉 你现在可以管理你的项目的 `nodejs` 版本了。对于项目中的其他工具类型可以执行类似步骤即可!

`vfox` 还有更多命令需要熟悉,你可以通过运行 `vfox --help` 或者 `vfox` 来查看它们。
`vfox` 还有更多命令需要熟悉,你可以通过运行 `vfox --help` 或者 `vfox` 来查看它们。
2 changes: 1 addition & 1 deletion docs/zh-hans/usage/core-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ vfox add --source https://raw.githubusercontent.com/version-fox/version-fox-pl
**用法**

```shell
vfox add <sdk-name>
vfox search <sdk-name>
```

`sdk-name`: 运行时名称, 如`nodejs``custom-node`
Expand Down

0 comments on commit 7402351

Please sign in to comment.