You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing using the given command didn't work:
```
cargo install josh --git https://github.com/josh-project/josh.git
Updating git repository `https://github.com/josh-project/josh.git`
error: there is nothing to install in `josh v22.4.15 (https://github.com/josh-project/josh.git#60dc5873)`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.
```
Changing this to `cargo install josh-filter …` successfully installed `josh-filter`
0 commit comments