# Hashirama Senju Trained DNA CLI **hashirama cli** is a command-line tool designed to interact with the Gemini API taste of hashirama senju. This tool allows you to query the Gemini service and generate responses based on the prompts you provide. ## Table of Contents - [Installation](#installation) - [Usage](#usage) - [Environment Variables](#environment-variables) - [Example Commands](#example-commands) - [License](#license) ## Installation To install **Hashirama Senju cli**, follow these steps: ### 1. Install Rust Ensure that you have [Rust](https://www.rust-lang.org/learn/get-started) installed on your machine. You can check if Rust is installed by running: ```bash rustc --version ``` ```bash cargo install hashirama ``` ## Env Setup #### Windows PowerShell ``` $env:TRAIN_DATA="" $env:GEMINI_API="" ``` #### Windows Bash ``` set TRAIN_DATA="" set GEMINI_API="" ``` ```bash setx GEMINI_API "" setx TRAIN_DATA "" ``` #### On Linux/MacOS Bash ``` export TRAIN_DATA="" export GEMINI_API="" ``` ```bash hashirama tell ``` #### Usage ```bash hashirama tell "What is the life?" ```