diff --git a/README.md b/README.md index 8a67af7e..5c96a583 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ that there is a lot of key functionality still missing. #### Build Troubleshooting If you're having trouble with: -- **dependencies:** use `cargo install --locked ...` to build with the exact crate versions used for the release +- **dependencies:** use `cargo install` without `--locked` to build with the latest versions of each dependency - **libclang:** check out the [clang-sys documentation](https://github.com/KyleMayes/clang-sys#dependencies) - **g++ or MSVC++:** try using clang or Xcode instead - **rustc:** use rustc 1.48 or later