Skip to content

Instantly share code, notes, and snippets.

@mkohlhaas
Last active November 25, 2024 20:54
Show Gist options
  • Save mkohlhaas/020d509eb6473b91978a5314931a21ac to your computer and use it in GitHub Desktop.
Save mkohlhaas/020d509eb6473b91978a5314931a21ac to your computer and use it in GitHub Desktop.
Installation Gleam on Archlinux
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