diff --git a/README.md b/README.md index 0da7e9a..5bc831e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Required runtime libraries

@@ -12,6 +12,8 @@

Download the latest release from the Releases section.

Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.

+

Note 2: Ensure that .NET Framework 4.6 is installed on your computer, as the runtime libraries automatically installed by the installer may not actually be installed on your system. Therefore, after completing the installation via the installer, be sure to download and run the .NET Framework 4.6 runtime library installer again.

+

Note 3: The x86 runtime library must be installed, as the program itself is compiled for the x86 architecture. (Unless the program is compiled for the ARM architecture, in which case the ARM runtime library must be installed.)

Download Runtime Libraries
Download Dependencies for Metro Apps

Attention