diff options
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r-- | docs/windows_compile_instructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index 3b61774..9c4dbf5 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -58,6 +58,6 @@ These instructions were written with 64-bit architecture in mind. Although I hav Support for building an NSIS installer is in development (it currently will not work, as it is missing the installation of certain dependencies). -1. Run `cd nsis` -2. Run `makensis installer.nsi` -3. Run the generated `terminal-media-launcher-Setup.exe` file +1. First, follow the above instructions to compile the project +2. Run `makensis nsis/installer.nsi` +3. Run the generated `nsis/terminal-media-launcher-Setup.exe` file |