Skip to content

Commit a3e0766

Browse files
docs: match install section with website (denoland#9665)
Co-authored-by: Luca Casonato <[email protected]>
1 parent c470983 commit a3e0766

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ brew install deno
4444
choco install deno
4545
```
4646

47+
[Scoop](https://scoop.sh/) (Windows):
48+
49+
```powershell
50+
scoop install deno
51+
```
52+
4753
Build and install from source using [Cargo](https://crates.io/crates/deno):
4854

4955
```sh
50-
cargo install deno
56+
cargo install deno --locked
5157
```
5258

5359
See

docs/getting_started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (macOS):
3838
brew install deno
3939
```
4040

41-
Using [Cargo](https://crates.io/crates/deno) (Windows, macOS, Linux):
41+
Build and install from source using [Cargo](https://crates.io/crates/deno):
4242

4343
```shell
44-
cargo install deno
44+
cargo install deno --locked
4545
```
4646

4747
Deno binaries can also be installed manually, by downloading a zip file at

0 commit comments

Comments
 (0)