Skip to content

Commit

Permalink
Add vfox instructions in installation.md (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Franchetti <[email protected]>
  • Loading branch information
ahai-code and thisisjofrank authored Apr 26, 2024
1 parent c3c6e2c commit 27dc8b6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions runtime/manual/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ asdf global deno latest
asdf local deno latest
```

Using [vfox](https://vfox.lhan.me/):

```shell
vfox add deno

# Download and install the latest version of Deno
vfox install deno@latest

# To set the version of Deno globally
vfox use --global deno
```

</TabItem>
<TabItem value="windows" label="Windows">

Expand Down Expand Up @@ -80,6 +92,18 @@ Using [Winget](https://github.com/microsoft/winget-cli):
winget install deno
```

Using [vfox](https://vfox.lhan.me/):

```shell
vfox add deno

# Download and install the latest version of Deno
vfox install deno@latest

# To set the version of Deno globally
vfox use --global deno
```

</TabItem>
<TabItem value="linux" label="Linux">

Expand Down Expand Up @@ -110,6 +134,18 @@ asdf global deno latest
asdf local deno latest
```

Using [vfox](https://vfox.lhan.me/):

```shell
vfox add deno

# Download and install the latest version of Deno
vfox install deno@latest

# To set the version of Deno globally
vfox use --global deno
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 27dc8b6

Please sign in to comment.