macOS
Installationโ
- homebrew
- manual
A Homebrew Formula and Cask (macOS only) are available for easy installation.
Note: these Homebrew commands are for the
trajano/aliaefork, not the officialJanDeDobbeleer/aliaerepository.
Linux
When installing Homebrew for Linux, be sure to follow Next steps instructions to add Homebrew to your PATH and to your bash shell profile script, and Requirements to build aliae.
brew tap trajano/tap
brew install trajano/tap/aliae
Updateโ
brew update && brew upgrade aliae
Install the latest version for your system by running the following command:
curl -s https://trajano.github.io/aliae/install.sh | bash -s -- -d ~/bin
Note: this manual command installs from the
trajano/aliaefork, not the officialJanDeDobbeleer/aliaerepository.
By default the script will install to /usr/local/bin or the existing aliae executable's installation folder.
If you want to install to a different location you can specify it using the -d flag:
curl -s https://trajano.github.io/aliae/install.sh | bash -s