To compile and install ncc manually, ensure the following dependencies are installed: * [Rust] 1.74 or later * [Git] [Rust]: https://www.rust-lang.org [Git]: https://git-scm.com Download the source code: ```bash git clone https://github.com/taylordotfish/ncc ``` Build and install the program: ```bash cd ncc cargo install --path . ``` Alternatively, you can build and run ncc locally without installing: ```console $ cargo build --release $ ./target/release/ncc --version ncc 0.1.2 ```