Remove submodule update steps from instructions

This commit is contained in:
Adam Honse 2020-04-09 09:34:04 -05:00
parent 21f29a1a56
commit 5344806a85

View file

@ -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