1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Add brew install deno to manual (#2407)

This commit is contained in:
Andy Hayden 2019-05-24 12:22:16 -07:00 committed by Ryan Dahl
parent 86684799c4
commit 62c377fc19

View file

@ -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