diff --git a/README.md b/README.md index 396675f8..aaa2cec3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,9 @@ See the [Project Wiki](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home) ## Installation #### Windows 1. Download the latest Visual Studio Community Edition and Qt Creator. - 2. Update the submodules: git submodule update --init --recursive - 3. Open the OpenRGB_Win.pro project. - 4. Build the project for either the `x86` or `x64` architecture. - 5. Run the project from Qt Creator. If you want to use your custom build standalone, download the latest matching Release package and replace the OpenRGB.exe in it with your new build. + 2. Open the OpenRGB_Win.pro project. + 3. Build the project for either the `x86` or `x64` architecture. + 4. Run the project from Qt Creator. If you want to use your custom build standalone, download the latest matching Release package and replace the OpenRGB.exe in it with your new build. **You must run the application as Administrator the first time to allow InpOut32 to set up. It can be run as a normal user afterwards** @@ -28,8 +27,6 @@ See the [Project Wiki](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home) * cd OpenRGB - * git submodule update --init --recursive - * qmake OpenRGB.pro * make -j8