]> git.lizzy.rs Git - rust.git/commitdiff
fix README install instructions
authorRalf Jung <post@ralfj.de>
Tue, 27 Nov 2018 13:48:46 +0000 (14:48 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 27 Nov 2018 13:48:46 +0000 (14:48 +0100)
README.md

index d6e0be40cacf492b4dd314fd036c54b5e6438eca..dcf13a8af4a28436efdd750befa01c30c765c97a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ compiled the right way.
 Install Miri as a cargo subcommand:
 
 ```sh
-cargo +nightly install --git https://github.com/solson/miri/
+cargo +nightly install --git https://github.com/solson/miri/ miri
 ```
 
 Be aware that if you used `rustup override set` to fix a particular Rust version