⚠️ Warning, this software is still in alpha and is absolutely not usable in production! I am not responsible for any damage that could be caused by it.
Start by cloning the repo:
bash
git clone https://github.com/Asthowen/AFetch.git
For the next step you need to have Rust and cargo installed on your PC, for that follow the official documentation.
Now switch to project folder and compile a release:
bash
cd AFetch && cargo build --release
Your executable will be in the target/release/
folder, it is named afetch
.