Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Feb 2, 2024
1 parent 1987a2a commit 68ab6c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,29 @@ $ node -v

- [Getting Started](https://github.com/version-fox/vfox/wiki/Getting-Started)
- [Commands Overview](https://github.com/version-fox/vfox/wiki/All-Commands)
- [Plugins Repository](https://github.com/version-fox/version-fox-plugins)
- [How to write a custom plugin?](https://github.com/version-fox/vfox/wiki/How-to-write-a-custom-plugin%3F)
- [What is the difference with asdf-vm?](https://github.com/version-fox/vfox/wiki/What-is-the-difference-with-asdf%3F)

For more information, read the [Wiki](https://github.com/version-fox/vfox/wiki).


## Supported Plugins

If you have installed `vfox`, you can view all available plugins with the `vfox available` command.

Or please see the [version-fox-plugins](https://github.com/version-fox/version-fox-plugins) repository.

## FAQ

### 1.**Switch xxx not work or the `vfox use ` command does not work ?**

If your shell prompt `Warning: The current shell lacks hook support or configuration. It has switched to global scope automatically` that
means you do not hook `vfox` into your shell, please hook it manually first.

See [issue#35](https://github.com/version-fox/vfox/issues/35)



## Contributors

> Thanks to following people who contributed to this project. 🎉🎉🙏🙏
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ $ curl -sSL https://raw.githubusercontent.com/version-fox/vfox/main/install.sh |
2. 直接下载二进制文件, 将它**配置到PATH**


### vfox 挂到你的 shell 中(从下面条目中,选择适合你 shell 的版本):
### ⚠️⚠️⚠️将 vfox 挂到你的 shell 中(从下面条目中,选择适合你 shell 的版本):
```bash
echo 'eval "$(vfox activate bash)"' >> ~/.bashrc
echo 'eval "$(vfox activate zsh)"' >> ~/.zshrc
echo 'vfox activate fish | source' >> ~/.config/fish/config.fish
Add the following line to your $PROFILE:
# 对于Powershell, 将以下行添加到你的 $PROFILE中:
Invoke-Expression "$(vfox activate pwsh)"
```

Expand Down

0 comments on commit 68ab6c2

Please sign in to comment.