Welcome to my Rust project! Follow the instructions below to get started.
Ensure you have the following installed on your system:
- Rust (including
cargo
). It is recommended to use version 1.81.0.
Clone the repository to your local machine using the following command:
git clone https://github.com/marcosdanielr/gemini-cli.git
cd gemini-cli
Build the application with Cargo by running:
cargo build
This will compile the project and generate an executable.
Execute the application using:
cargo run
Using yay:
yay -S gemini-cli
Using paru:
paru -S gemini-cli
After installation, run:
gemini-cli
This will start the application. Enjoy!