Commit a5ab93d 1 parent f029842 commit a5ab93d Copy full SHA for a5ab93d
File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,22 @@ cargo install deno
75
75
** With [ asdf] ( https://asdf-vm.com ) and [ asdf-deno] ( https://github.com/asdf-community/asdf-deno ) :**
76
76
77
77
``` sh
78
- asdf plugin- add deno https://github.com/asdf-community/asdf-deno.git
78
+ asdf plugin add deno
79
79
80
+ # Get latest version of deno available
81
+ DENO_LATEST=$( asdf latest deno)
82
+
83
+ asdf install deno $DENO_LATEST
84
+
85
+ # Activate globally with:
86
+ asdf global deno $DENO_LATEST
87
+
88
+ # Activate locally in the current folder with:
89
+ asdf local deno $DENO_LATEST
90
+
91
+ # ======================================================
92
+ # If you want to install specific version of deno then use that version instead
93
+ # of DENO_LATEST variable example
80
94
asdf install deno 1.0.0
81
95
82
96
# Activate globally with:
You can’t perform that action at this time.
0 commit comments