MacOS Installation
Pre-compiled Binaries
Download the latest precompiled package from GitHub Releases
The file will be namedjule-macos-amd64.zipfor AMD64 (aka x86-64) systems andjule-macos-arm64.zipfor ARM64 (aka AArch64) systems.Extract the ZIP archive with
unzip:
bash
unzip jule-macos-arm64.zip- The
julecbinary will be located in thejule/bindirectory
You can run it using./jule/bin/julec.
INFO
You can add the jule/bin directory to your system's $PATH variable to run julec from anywhere.
For example, add the following line to your shell's configuration file (e.g. ~/.bashrc):
bash
export PATH="$PATH:/path/to/jule/bin"