File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,16 @@ brew install deno
44
44
choco install deno
45
45
```
46
46
47
+ [ Scoop] ( https://scoop.sh/ ) (Windows):
48
+
49
+ ``` powershell
50
+ scoop install deno
51
+ ```
52
+
47
53
Build and install from source using [ Cargo] ( https://crates.io/crates/deno ) :
48
54
49
55
``` sh
50
- cargo install deno
56
+ cargo install deno --locked
51
57
```
52
58
53
59
See
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (macOS):
38
38
brew install deno
39
39
```
40
40
41
- Using [ Cargo] ( https://crates.io/crates/deno ) (Windows, macOS, Linux ):
41
+ Build and install from source using [ Cargo] ( https://crates.io/crates/deno ) :
42
42
43
43
``` shell
44
- cargo install deno
44
+ cargo install deno --locked
45
45
```
46
46
47
47
Deno binaries can also be installed manually, by downloading a zip file at
You can’t perform that action at this time.
0 commit comments