wyhaya/see

How to install this pacakge as a standalone command ?

collegeimprovements opened this issue · 2 comments

How to install this pacakge as a standalone command ?

It is still under development.
Can be installed using cargo

cargo install --git https://github.com/wyhaya/see

Or build a binary file

cd see
cargo build --release # ./target/release/see

Thanks a lot :) I' not a rust developer but see seems very useful :) Thanks for making it.