Skip to content

Commit

Permalink
docs: add Cargo as an install method (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fionn committed Apr 6, 2021
1 parent 7b9f98c commit 28adff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ yay -S deno
yay -S deno-bin
```

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

```sh
cargo install deno
```

## Install and Manage Multiple Versions

**With [asdf](https://asdf-vm.com) and [asdf-deno](https://github.com/asdf-community/asdf-deno):**
Expand Down

0 comments on commit 28adff9

Please sign in to comment.