Last active
November 25, 2024 20:54
-
-
Save mkohlhaas/020d509eb6473b91978a5314931a21ac to your computer and use it in GitHub Desktop.
Installation Gleam on Archlinux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Location Gleam package: https://aur.archlinux.org/packages/gleam | |
Download snapshot: wget https://aur.archlinux.org/cgit/aur.git/snapshot/gleam.tar.gz | |
Extract: tar xvzf gleam.tar.gz && cd gleam | |
Build package but ignore dependencies as we are using Kerl: makepkg -d | |
Install: sudo pacman -Udd *.zst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment