Skip to content

Commit

Permalink
Add temporary openSUSE installation instructions
Browse files Browse the repository at this point in the history
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....
  • Loading branch information
Pi-Cla authored and lpil committed Apr 25, 2024
1 parent 71b6d77 commit 0f1ba6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f1ba6f

Please sign in to comment.