mirror of
https://github.com/danbulant/deno_install
synced 2026-06-24 17:21:48 +00:00
Add asdf-deno to install instructions list (#81)
This commit is contained in:
parent
31f53e5af1
commit
a4db8a45c1
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -48,6 +48,22 @@ scoop install deno
|
||||||
brew install deno
|
brew install deno
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Install and Manage Multiple Versions
|
||||||
|
|
||||||
|
**With [asdf](https://asdf-vm.com) and [asdf-deno](https://github.com/asdf-community/asdf-deno):**
|
||||||
|
|
||||||
|
```sh
|
||||||
|
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
|
||||||
|
|
||||||
|
asdf install deno 0.2.10
|
||||||
|
|
||||||
|
# Activate globally with:
|
||||||
|
asdf global deno 0.2.10
|
||||||
|
|
||||||
|
# Activate locally in the current folder with:
|
||||||
|
asdf local deno 0.2.10
|
||||||
|
```
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
- `DENO_INSTALL` - The directory in which to install Deno. This defaults to `$HOME/.deno`.
|
- `DENO_INSTALL` - The directory in which to install Deno. This defaults to `$HOME/.deno`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue