mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
docs: match install section with website (#9665)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
This commit is contained in:
parent
c4709834b3
commit
a3e0766e6a
@ -44,10 +44,16 @@ brew install deno
|
||||
choco install deno
|
||||
```
|
||||
|
||||
[Scoop](https://scoop.sh/) (Windows):
|
||||
|
||||
```powershell
|
||||
scoop install deno
|
||||
```
|
||||
|
||||
Build and install from source using [Cargo](https://crates.io/crates/deno):
|
||||
|
||||
```sh
|
||||
cargo install deno
|
||||
cargo install deno --locked
|
||||
```
|
||||
|
||||
See
|
||||
|
@ -38,10 +38,10 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (macOS):
|
||||
brew install deno
|
||||
```
|
||||
|
||||
Using [Cargo](https://crates.io/crates/deno) (Windows, macOS, Linux):
|
||||
Build and install from source using [Cargo](https://crates.io/crates/deno):
|
||||
|
||||
```shell
|
||||
cargo install deno
|
||||
cargo install deno --locked
|
||||
```
|
||||
|
||||
Deno binaries can also be installed manually, by downloading a zip file at
|
||||
|
Loading…
Reference in New Issue
Block a user