Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Jan 29, 2024
1 parent 627330f commit 51c130e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins shared by others to install SDKs. It all depends on your imagination. ;)
- **it's faster than `asdf-vm`, and offers more simple commands and genuine cross-platform unification.** see [What-is-the-difference-with-asdf?](https://github.com/version-fox/vfox/wiki/What-is-the-difference-with-asdf%3F)

## Demo
[![asciicast](https://asciinema.org/a/630769.svg)](https://asciinema.org/a/630769)
[![asciicast](https://asciinema.org/a/630778.svg)](https://asciinema.org/a/630778)

## Quickstart

Expand All @@ -54,20 +54,21 @@ Invoke-Expression "$(vfox activate pwsh)"
```

Add an SDK plugin (For detailed usage see [Getting Started](https://github.com/version-fox/vfox/wiki/Getting-Started))
> NOTE: if you don’t know which plugins to add, you can use the `vfox available` command to check all available plugins
```bash
$ vfox add zig/zig
$ vfox add nodejs/nodejs
```

Install an SDK version
```bash
$ vfox install [email protected].0
$ vfox install [email protected].0
```

Use the installed SDK version
```bash
$ vfox use [email protected].0
$ zig version
0.11.0
$ vfox use [email protected].0
$ node -v
21.5.0
```


Expand Down

0 comments on commit 51c130e

Please sign in to comment.