Building
Phylum is written in Rust, so you'll need a recent Rust installation to build it (we tested with v1.61.0). Install Rust
-
Clone repository
git clone https://github.com/phylum-dev/cli
-
Build the project
cargo build
-
You can use the executable directly as
./target/debug/phylum
or install it like so:cargo install --path cli
Updated 6 months ago