From cb9256277d45285ecf7abcb622801ee9824d5bcb Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Fri, 24 Jun 2022 09:20:58 -0400 Subject: [PATCH] Add install instructions for openSUSE (#220) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc95b43..5420708 100644 --- a/README.md +++ b/README.md @@ -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