oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Installation docs #22

Closed technicalpickles closed 8 months ago

technicalpickles commented 9 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
technicalpickles commented 9 months ago

Looks like this works:

$ cargo install --path scope
$ cargo install --path scope-intercept
ethankhall commented 8 months ago

Updated Readme with docs