mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
774 B
774 B
Installing From Source
First, install rustup to get the rust compiler installed on your system, and make sure you have installed the Visual Studio prerequisites.
Then clone the git repository.
git clone https://github.com/LGUG2Z/komorebi.git
Once inside the repository, you will need to build and install three separate binaries.
cargo +stable install --path komorebi --locked
cargo +stable install --path komorebic --locked
cargo +stable install --path komorebic-no-console --locked
If the binaries have been built and added to your $PATH correctly, you should see some output when running komorebi --help and komorebic --help