diff --git a/website/manual.md b/website/manual.md index f3b902b58ad2e9d349d5b62801c332255ee5412c..ceb3a51b8698f9ad2b9261f4619bc5aab50e0ecb 100644 --- a/website/manual.md +++ b/website/manual.md @@ -106,10 +106,16 @@ iwr https://deno.land/x/install/install.ps1 | iex Using [Scoop](https://scoop.sh/) (windows): -``` +```shellsession scoop install deno ``` +Using [Homebrew](https://brew.sh/) (mac): + +```shellsession +brew install deno +``` + Deno can also be installed manually, by downloading a tarball or zip file at [github.com/denoland/deno/releases](https://github.com/denoland/deno/releases). These packages contain just a single executable file. You will have to set the