diff --git a/README.md b/README.md index 95741d73..863de5a7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ As mentioned in the command output, don't forget to add the installation directo ```./target/release/racer complete std::io::B ``` (should show some completions) +### Note for [rustup/multirust-rs](https://github.com/rust-lang-nursery/multirust-rs) users + +*This does not apply to [multirust](https://github.com/brson/multirust)!* + +To enable completion for cargo crates, you need to set the `CARGO_HOME` environment variable to `.cargo` in your home directory. + ## Editors/IDEs Supported ### Eclipse integration