Skip to content

Commit

Permalink
docs: match install section with website (denoland#9665)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Casonato <[email protected]>
  • Loading branch information
kidonng and lucacasonato committed Mar 15, 2021
1 parent c470983 commit a3e0766
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3e0766

Please sign in to comment.