Easy steps to install gleam package on Mac
Package Information:
Application Name – gleam
What is gleam – Not Available for gleam
Use of gleam – ✨ A statically typed language for the Erlang VM
URL – https://gleam.run
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install gleam using brew
brew install gleam
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
gleam is ready to use now!