]> git.lizzy.rs Git - rust.git/commitdiff
install directly from git repo
authorRalf Jung <post@ralfj.de>
Sun, 25 Nov 2018 21:17:48 +0000 (22:17 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 27 Nov 2018 07:16:58 +0000 (08:16 +0100)
README.md

index 5dced653bb007cb3f66a08fe68a3681fe9e52e50..d33b92f6de40e6877f41624ec51c9ba21022a18b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,8 +53,13 @@ compiled the right way.
 
 ## Running Miri on your own project('s test suite)
 
-Install Miri as a cargo subcommand with `cargo +nightly install --path .`.  Be
-aware that if you used `rustup override set` to fix a particular Rust version
+Install Miri as a cargo subcommand:
+
+```sh
+cargo +nightly install --git https://github.com/solson/miri/
+```
+
+Be aware that if you used `rustup override set` to fix a particular Rust version
 for the miri directory, that will *not* apply to your own project directory!
 You have to use a consistent Rust version for building miri and your project for
 this to work, so remember to either always specify the nightly version manually,