Skip to content

Build your own

  1. Install git and Rust
  2. Clone the repository
  3. Navigate to the cli directory
  4. Use cargo to compile the application
    • cargo build --release
  5. The compiled files are in the target directory (../target/release/luna_cli)