From 4ce0bf77c5e757e7762f62adc9b24f29c33c355d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sat, 29 Mar 2025 10:06:49 +0100 Subject: [PATCH] Fix broken markdown in INSTALLER.md. --- INSTALLER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLER.md b/INSTALLER.md index 1c69611a97..ac84d6c96c 100644 --- a/INSTALLER.md +++ b/INSTALLER.md @@ -67,7 +67,7 @@ To produce an executable installer on Windows, the following are required: 1. Copy `Release\ApplicationID.dll` to `C:\Program Files (x86)\NSIS\Plugins\x86-ansi\` 1. Copy `ReleaseUnicode\ApplicationID.dll` to `C:\Program Files (x86)\NSIS\Plugins\x86-unicode\` -1. [Node.JS and NPM]() +1. [Node.JS and NPM](https://nodejs.org/en/download/) 1. Install version 10.15.0 LTS (or greater) #### Code Signing (optional)