summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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