File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ nix-shell -p deno
54
54
Using [ asdf] ( https://asdf-vm.com/ ) :
55
55
56
56
``` shell
57
- asdf plugin- add deno https://github.com/asdf-community/asdf-deno.git
57
+ asdf plugin add deno https://github.com/asdf-community/asdf-deno.git
58
58
59
59
# Download and install the latest version of Deno
60
60
asdf install deno latest
61
61
62
62
# To set as the default version of Deno globally
63
- asdf global deno latest
63
+ asdf set -u deno latest
64
64
65
65
# To set as the default version of Deno locally (current project only)
66
- asdf local deno latest
66
+ asdf set deno latest
67
67
```
68
68
69
69
Using [ vfox] ( https://vfox.lhan.me/ ) :
@@ -154,16 +154,16 @@ nix-shell -p deno
154
154
Using [ asdf] ( https://asdf-vm.com/ ) :
155
155
156
156
``` shell
157
- asdf plugin- add deno https://github.com/asdf-community/asdf-deno.git
157
+ asdf plugin add deno https://github.com/asdf-community/asdf-deno.git
158
158
159
159
# Download and install the latest version of Deno
160
160
asdf install deno latest
161
161
162
162
# To set as the default version of Deno globally
163
- asdf global deno latest
163
+ asdf set -u deno latest
164
164
165
165
# To set as the default version of Deno locally (current project only)
166
- asdf local deno latest
166
+ asdf set deno latest
167
167
```
168
168
169
169
Using [ vfox] ( https://vfox.lhan.me/ ) :
You can’t perform that action at this time.
0 commit comments