diff options
author | Kid <44045911+kidonng@users.noreply.github.com> | 2021-03-15 19:46:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 12:46:08 +0100 |
commit | a3e0766e6a56ce0904e8e6e9f21d87c7f4a15be3 (patch) | |
tree | 1ca7f29a1611752df8b2d90335d1c861bbd075b7 /README.md | |
parent | c4709834b37640fd3c9d492123e6add904546573 (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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |