mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
docs: add the Nix pkg manager to Installation options (#9921)
This commit is contained in:
parent
46ff2def49
commit
c7ee19fb63
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ Using [Homebrew](https://formulae.brew.sh/formula/deno) (macOS):
|
|||
brew install deno
|
||||
```
|
||||
|
||||
Using [Nix](https://nixos.org/download.html) (macOS and Linux):
|
||||
|
||||
```shell
|
||||
nix-shell -p deno
|
||||
```
|
||||
|
||||
Build and install from source using [Cargo](https://crates.io/crates/deno):
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue