From d87b244e6fcfd23fc761923ecdacac125b4f680e Mon Sep 17 00:00:00 2001 From: Hafeez Pizofreude <108355948+pizofreude@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:54:15 +0800 Subject: [PATCH] Include openSUSE installation instructions for glow Add installation instructions for openSUSE using Zypper. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf3bb15..3cb4f35 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,11 @@ gpgkey=https://repo.charm.sh/yum/gpg.key' | sudo tee /etc/yum.repos.d/charm.repo sudo yum install glow ``` +```bash +# openSUSE (Zypper) +sudo zypper install glow +``` + Or download a binary from the [releases][releases] page. MacOS, Linux, Windows, FreeBSD and OpenBSD binaries are available, as well as Debian, RPM, and Alpine packages. ARM builds are also available for macOS, Linux, FreeBSD and OpenBSD.