File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ Using Shell:
24
24
curl -fsSL https://deno.land/install.sh | sh
25
25
```
26
26
27
+ Using [ npm] ( https://npmjs.com/package/deno ) :
28
+
29
+ ``` shell
30
+ npm install -g deno
31
+ ```
32
+
33
+ > <small >The startup time of the Deno command gets affected if it's installed
34
+ > via npm. We recommend the shell install script for better performance.</small >
35
+
27
36
Using [ Homebrew] ( https://formulae.brew.sh/formula/deno ) :
28
37
29
38
``` shell
@@ -78,6 +87,16 @@ Using PowerShell (Windows):
78
87
irm https://deno.land/install.ps1 | iex
79
88
```
80
89
90
+ Using [ npm] ( https://npmjs.com/package/deno ) :
91
+
92
+ ``` shell
93
+ npm install -g deno
94
+ ```
95
+
96
+ > <small >The startup time of the Deno command gets affected if it's installed
97
+ > via npm. We recommend the PowerShell install script for better
98
+ > performance.</small >
99
+
81
100
Using [ Scoop] ( https://scoop.sh/ ) :
82
101
83
102
``` shell
@@ -117,6 +136,15 @@ Using Shell:
117
136
curl -fsSL https://deno.land/install.sh | sh
118
137
```
119
138
139
+ Using [ npm] ( https://npmjs.com/package/deno ) :
140
+
141
+ ``` shell
142
+ npm install -g deno
143
+ ```
144
+
145
+ > <small >The startup time of the Deno command gets affected if it's installed
146
+ > via npm. We recommend the shell install script for better performance.</small >
147
+
120
148
Using [ Nix] ( https://nixos.org/download.html ) :
121
149
122
150
``` shell
You can’t perform that action at this time.
0 commit comments