Skip to main content

Install Dragée

Download the appropriate binary for your OS from the GitHub release.

For MacOS, be sure to follow the troubleshoot section to execute Dragée.

Add the binary to your $PATH with the appropriate permissions:

# move the binary to a pretty place
mv ~/Downloads/dragee-cli-mac-os-arm64 /usr/local/bin/dragee

# add permissions
chmod +x /usr/local/bin/dragee

# add to PATH
export PATH=$PATH:/usr/local/bin

You can now run Dragée with dragee $command