From f4cd359142b2473b7114b41c9861860fb3e6a924 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 17 Sep 2021 12:15:01 -0400 Subject: [PATCH] Update Windows readme --- windows/readme.md | 1 + 1 file changed, 1 insertion(+) 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