Skip to content

Commit

Permalink
docs: update install instructions for Arch Linux (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Radix10 <admin@radix10.me>
  • Loading branch information
Heng Wang and Radix10 committed May 14, 2021
1 parent 28adff9 commit f029842
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,10 @@ sudo port install deno
choco install deno
```

**With Yay (AUR) ([deno](https://aur.archlinux.org/packages/deno) and [deno-bin](https://aur.archlinux.org/packages/deno-bin)):**
**With [Pacman](https://www.archlinux.org/pacman/):**

```sh
# From source
yay -S deno
# Pre-compiled
yay -S deno-bin
pacman -S deno
```

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

0 comments on commit f029842

Please sign in to comment.