A clone of terminal-parrot made in rust
-
Clone the Repository: Open your terminal and run the following command to clone the "terminal-parrot" repository from GitHub:
git clone https://github.com/GodModed/terminal-parrot
-
Change Directory: Navigate to the cloned repository by running:
cd terminal-parrot -
Build or Run the Program:
-
To build the program, use the following command:
cargo build
-
To run the program, use the following command:
cargo run
Choose either
cargo buildorcargo runbased on whether you want to build the program or directly run it. After runningcargo run, the Terminal Parrot should start in your terminal. -
Please note that you need to have Rust and Cargo installed on your system to successfully build and run Rust programs. You can install Rust and Cargo by following the official Rust installation instructions at https://www.rust-lang.org/tools/install.