Update Windows readme

This commit is contained in:
Michael Campagnaro 2021-09-17 12:15:01 -04:00
parent 7427e2e2ce
commit f4cd359142

View File

@ -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 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. the `msvc x86` shell instead.
* Verify it works by running `rg` in a shell. * 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 ### Setting up ctags