From 90df0c76f2f46a0450b58821c552c9c99227385f Mon Sep 17 00:00:00 2001 From: LelouchFR Date: Thu, 5 Sep 2024 19:10:36 +0200 Subject: [PATCH] Added Installation informations for Gentoo Linux --- getting-started/installing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/getting-started/installing.md b/getting-started/installing.md index 40fd8c24..f6387555 100644 --- a/getting-started/installing.md +++ b/getting-started/installing.md @@ -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: @@ -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