]> git.lizzy.rs Git - rust.git/commit
Auto merge of #7460 - camsteffen:run-from-source, r=Manishearth
authorbors <bors@rust-lang.org>
Thu, 15 Jul 2021 21:53:17 +0000 (21:53 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Jul 2021 21:53:17 +0000 (21:53 +0000)
commit78ffcd9959cc81d1328fcafb996dcc7cd9b5f1ac
tree36d63f2113eeed011226f9ea6836846485b37b58
parent54a20a02ecd0e1352a871aa0990bcc8b8b03173e
parent6ef0cd7a71a400a9fa850c7258c18f381bf73a80
Auto merge of #7460 - camsteffen:run-from-source, r=Manishearth

Add instructions to run from source

changelog: none

We often get messages on Zulip asking how to install and run Clippy from source. This adds instructions to the readme. I also added a note explaining that `cargo install --path . --force` is bad, which I just decided after some investigating. I use macOS. It would be nice to get some tests on other platforms to see if this is correct.