diff --git a/README.md b/README.md index 1cd05ba0..f35badb0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Run 'bspguy help' to read about a specific command. ### Windows users: 1. Install CMake and Visual Studio 1. Download and extract the source somewhere -1. Download [Dear ImGui](https://github.com/ocornut/imgui/releases/tag/v1.78) and extract next to the `src` folder. Rename to `imgui`. +1. Download [Dear ImGui](https://github.com/ocornut/imgui/releases/tag/v1.76) and extract next to the `src` folder. Rename to `imgui`. 1. Download [GLFW](https://www.glfw.org/) and extract next to the `src` folder. Rename to `glfw`. 1. Download [GLEW](http://glew.sourceforge.net/) (choose the `Binaries Windows 32-bit and 64-bit` link) and extract next to the `src` folder. Rename to `glew`. 1. Open a command prompt in the `bspguy` folder and run these commands: