leftwm / leftwm-theme

A tool to help manage themes for LeftWM
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

Update installation guide to cargo install. #70

Open KighteW3 opened 7 months ago

KighteW3 commented 7 months ago

Hi, when i tried to install leftwm-theme by the git repo i had many issues compiling with

cargo build --release

(i have already installed all the stuff like kernel-devel, openssl, openssl-devel, rustup, gcc, makefile, etc...).

Screenshot from 2024-01-21 14-19-16 Then i used

cargo install leftwm-theme

and it worked without any problem or warning, so i suggest to update the README.md to add this way of installation. Screenshot from 2024-01-21 14-21-58 Screenshot from 2024-01-21 14-22-10

mautamu commented 6 months ago

Hey @KighteW3!

cargo install leftwm-theme instructs Cargo to build what's in crates.io; installing using cargo install --path . from within this directory tells Cargo to install what's here. Wondering if there's something going on with the vendoring that would cause it to fail to build. Are you able to build the latest master now?