From a3e0766e6a56ce0904e8e6e9f21d87c7f4a15be3 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 15 Mar 2021 19:46:08 +0800 Subject: docs: match install section with website (#9665) Co-authored-by: Luca Casonato --- README.md | 8 +++++++- docs/getting_started/installation.md | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71c22721a..472d46783 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 8d665d88b..f19a3102d 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -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 -- cgit v1.2.3