# Kagero ![Build (Windows)](https://github.com/Stridsvagn69420/Kagero/actions/workflows/build-windows.yml/badge.svg?branch=master) ![Build (Linux)](https://github.com/Stridsvagn69420/Kagero/actions/workflows/build-linux.yml/badge.svg?branch=master) ![Clippy](https://github.com/Stridsvagn69420/Kagero/actions/workflows/cargo-clippy.yml/badge.svg?branch=master) ![docs.rs](https://docs.rs/kagero/badge.svg) ![Version](https://img.shields.io/crates/v/kagero.svg) ![License](https://img.shields.io/crates/l/kagero.svg) ![Stars](https://img.shields.io/github/stars/Stridsvagn69420/Kagero.svg) ![Downloads](https://img.shields.io/crates/d/kagero.svg) A cross-platform universal and easy to use package manager # Installing ## Cargo (Rust SDK) ```sh cargo install kagero ``` ## Compiling from Source (Rust SDK) 1. Clone the repo with `git clone https://github.com/Stridsvagn69420/Kagero.git` 2. Either directly install it: `cargo install --path Kagero` (Make sure `$HOME/.cargo/bin` is in your PATH) 3. OR Go into the newly created folder with `cd Kagero` 4. And run `cargo build --release` and copy the binary located at `./target/release/kagero[.exe]` # Usage WIP.