Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions runtime/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ nix-shell -p deno
Using [asdf](https://asdf-vm.com/):

```shell
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
asdf plugin add deno https://github.com/asdf-community/asdf-deno.git

# Download and install the latest version of Deno
asdf install deno latest

# To set as the default version of Deno globally
asdf global deno latest
asdf set -u deno latest

# To set as the default version of Deno locally (current project only)
asdf local deno latest
asdf set deno latest
```

Using [vfox](https://vfox.lhan.me/):
Expand Down Expand Up @@ -154,16 +154,16 @@ nix-shell -p deno
Using [asdf](https://asdf-vm.com/):

```shell
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
asdf plugin add deno https://github.com/asdf-community/asdf-deno.git

# Download and install the latest version of Deno
asdf install deno latest

# To set as the default version of Deno globally
asdf global deno latest
asdf set -u deno latest

# To set as the default version of Deno locally (current project only)
asdf local deno latest
asdf set deno latest
```

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