Linux
Installationโ
- manual
- homebrew
Install the latest version for your system by running the following command:
curl -s https://aliae.dev/install.sh | bash -s
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://aliae.dev/install.sh | bash -s -- -d ~/bin
A Homebrew Formula and Cask (macOS only) are available for easy installation.
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 install jandedobbeleer/aliae/aliae
Updateโ
brew update && brew upgrade aliae