From 0f1ba6f49ffadda8df16ad7d3497dd9100afd96e Mon Sep 17 00:00:00 2001 From: Pi-Cla Date: Tue, 23 Apr 2024 18:41:20 +0000 Subject: [PATCH] Add temporary openSUSE installation instructions These will be replaced with just ``` # zypper install gleam ``` once Gleam is accepted into the official repository. I don't know why it is taking so long though, openSUSE is usually good with accepting new packages quickly.... --- getting-started/installing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/getting-started/installing.md b/getting-started/installing.md index cf064e82..ccaf29b2 100644 --- a/getting-started/installing.md +++ b/getting-started/installing.md @@ -119,6 +119,16 @@ For OpenBSD -current, Gleam is available as a binary package. You can install it $ doas pkg_add gleam ``` +### openSUSE + +For openSUSE the package is in the process of being accepted into the official repository. +For now you will have to add the package's repository yourself and then install from it: +``` +# zypper addrepo -f https://download.opensuse.org/repositories/home:/Pi-Cla/openSUSE_Tumbleweed/ gleam_repo +# zypper refresh +# zypper install gleam +``` + ### Windows #### Using Scoop