Closed technicalpickles closed 8 months ago
The README doesn't mention how to install. I'm guessing the easiest is to download a release and put it on PATH?
For manually building and installing, I expected to use cargo install, but that fails:
❯ cargo install --path . error: found a virtual manifest at `/Users/josh.nichols/workspace/scope/Cargo.toml` instead of a package manifest
Looks like this works:
$ cargo install --path scope $ cargo install --path scope-intercept
Updated Readme with docs
The README doesn't mention how to install. I'm guessing the easiest is to download a release and put it on PATH?
For manually building and installing, I expected to use cargo install, but that fails: