Ordo v0.3.0
What's Changed
Installation
Download the appropriate binary for your platform below.
Linux (x86_64)
curl -LO https://github.com/Pama-Lee/Ordo/releases/download/v0.3.0/ordo-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ordo-x86_64-unknown-linux-gnu.tar.gz
chmod +x ordo-server
./ordo-servermacOS (Apple Silicon)
curl -LO https://github.com/Pama-Lee/Ordo/releases/download/v0.3.0/ordo-aarch64-apple-darwin.tar.gz
tar -xzf ordo-aarch64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-servermacOS (Intel)
curl -LO https://github.com/Pama-Lee/Ordo/releases/download/v0.3.0/ordo-x86_64-apple-darwin.tar.gz
tar -xzf ordo-x86_64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-serverWindows
Download ordo-x86_64-pc-windows-msvc.zip and extract.