Celeste CLI 1.14.0
Installation
Download the appropriate binary for your platform:
Linux (amd64):
wget https://github.com/whykusanagi/celeste-cli/releases/download/v1.14.0/celeste-linux-amd64.tar.gz
tar xzf celeste-linux-amd64.tar.gz
sudo mv celeste-linux-amd64 /usr/local/bin/celestemacOS (Apple Silicon):
wget https://github.com/whykusanagi/celeste-cli/releases/download/v1.14.0/celeste-darwin-arm64.tar.gz
tar xzf celeste-darwin-arm64.tar.gz
sudo mv celeste-darwin-arm64 /usr/local/bin/celesteWindows:
Download celeste-windows-amd64.zip and extract to a directory in your PATH.
Verify Installation
celeste --versionChanges
See CHANGELOG.md for details.