diff --git a/INSTALL.md b/INSTALL.md
index 07969e3e3707c151e00dbd2891d61825a353a2d1..c7ee1119b300b5df5a1c23097b6b0d90aafaa0b7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -237,6 +237,10 @@ Only 64-bit MSVC build can be compiled.
 
 - Using a new **Non-Elevated Command Prompt**
 
+```bash
+    python build.py --init --qt <path-to-qt-bin-folder> (e.g. C:/Qt/6.6.2/msvc2019_64)
+```
+
 ```bash
     python build.py --install --qt <path-to-qt-bin-folder> (e.g. C:/Qt/6.6.2/msvc2019_64)
 ```