Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo: stop
cargo install
from installing fake-editor
& co.
Among other things, this prevented `jj` from working with `cargo binstall`. The trick is taken from rust-lang/cargo#2911 (comment). We could now also remove `--bin jj` from the installation commands in `install-and-setup.md`, but I'm not sure we should. That argument makes it clear that the binary is `jj`, not `jj-cli`. Fixes martinvonz#216.
- Loading branch information