From 34481a28b47701fd73f25929dbad3d37702500ca Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 10 Dec 2020 08:57:10 +1000 Subject: [PATCH] Add a "without --locked" troubleshooting hint We added "--locked" to the build instructions, but forgot to update the troubleshooting hints. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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