Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
installation: document install instruction using asdf (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlet committed Apr 17, 2023
1 parent d5e4ae3 commit 5b605ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ Using [Nix](https://nixos.org/download.html) (macOS and Linux):
nix-shell -p deno
```

Using [asdf](https://asdf-vm.com/) (macOS and Linux):

```shell
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
asdf install deno latest

# To install globally
asdf global deno latest

# To install locally (current project only)
asdf local deno latest
```

Build and install from source using [Cargo](https://crates.io/crates/deno):

```shell
Expand Down

0 comments on commit 5b605ff

Please sign in to comment.