Build your own
- Install git and Rust
- Clone the repository
- Navigate to the cli directory
- Use cargo to compile the application
cargo build --release
- The compiled files are in the target directory (
../target/release/luna_cli)
cargo build --release../target/release/luna_cli)