summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-03-15 19:46:08 +0800
committerGitHub <noreply@github.com>2021-03-15 12:46:08 +0100
commita3e0766e6a56ce0904e8e6e9f21d87c7f4a15be3 (patch)
tree1ca7f29a1611752df8b2d90335d1c861bbd075b7 /README.md
parentc4709834b37640fd3c9d492123e6add904546573 (diff)
docs: match install section with website (#9665)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 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