docs: match install section with website (#9665)

Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
This commit is contained in:
Kid 2021-03-15 19:46:08 +08:00 committed by GitHub
parent c4709834b3
commit a3e0766e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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