From 28adff9271b7d048b414dfbed00d0c47cada6807 Mon Sep 17 00:00:00 2001 From: Fionn Date: Tue, 6 Apr 2021 07:18:35 +0100 Subject: [PATCH] docs: add Cargo as an install method (#183) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5309598..02aebf8 100644 --- a/README.md +++ b/README.md @@ -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):**