diff options
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 |