Skip to content

Commit

Permalink
Add install instructions for openSUSE (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra authored Jun 24, 2022
1 parent 3c0cd27 commit cb92562
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 @@ -70,6 +70,12 @@ sudo snap install deno
pacman -S deno
```

**With [Zypper](https://software.opensuse.org/package/deno):**

```sh
zypper install deno
```

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

```sh
Expand Down

0 comments on commit cb92562

Please sign in to comment.