diff --git a/windows/readme.md b/windows/readme.md index 87b6ed0..1a51a05 100644 --- a/windows/readme.md +++ b/windows/readme.md @@ -203,6 +203,7 @@ processor time and is generally useless. I got linker errors saying that it was trying to link an x86 exe in a 64-bit env. I had to run the `msvc x86` shell instead. * Verify it works by running `rg` in a shell. + * You may get compilation errors when updating the package. This are likely the result of having an outdated Rust compiler. Try running `rustup update` and then retry the package installation. ### Setting up ctags