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:
parent
86684799c4
commit
62c377fc19
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue