Skip to content

Commit

Permalink
Added Installation informations for Gentoo Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR authored and lpil committed Sep 10, 2024
1 parent f282299 commit 90df0c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ to install it or clone it for manual build from [https://aur.archlinux.org/packa
yay -S gleam
```

#### Gentoo Linux

Gleam is available in the official package manager, but may need to be unmasked. Install it with:

```sh
sudo echo "dev-lang/gleam ~amd64" >> /etc/portage/package.accept_keywords
emerge --ask dev-lang/gleam
```

#### Void Linux

Gleam is available as part of the official packages repository. Install it with:
Expand Down Expand Up @@ -206,6 +215,12 @@ apk add erlang
pacman -S erlang
```

#### Gentoo Linux (already installed after installing gleam through emerge)

```shell
emerge --ask dev-lang/erlang
```

#### Fedora

```shell
Expand Down

0 comments on commit 90df0c7

Please sign in to comment.