# gg **Repository Path**: alexrans/gg ## Basic Information - **Project Name**: gg - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-16 - **Last Updated**: 2024-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ore CLI A command line interface for the Ore program. ## Building To build the Ore CLI, you will need to have the Rust programming language installed. You can install Rust by following the instructions on the [Rust website](https://www.rust-lang.org/tools/install). Once you have Rust installed, you can build the Ore CLI by running the following command: ```sh cargo build --release ```