diff --git a/Register-DTMM-as-handler-for-Nexus-downloads.md b/Register-DTMM-as-handler-for-Nexus-downloads.md index 7da169e..8319fb2 100644 --- a/Register-DTMM-as-handler-for-Nexus-downloads.md +++ b/Register-DTMM-as-handler-for-Nexus-downloads.md @@ -1,4 +1,4 @@ -Nexusmods uses a custom link style (i.e. a custom URI) to connect the "Mod Manager Download" button in the browser with the application running on your machine. +Nexusmods uses a custom link style (i.e. a custom URI, `nxm://` instead of `https://`) to connect the "Mod Manager Download" button in the browser with the application running on your machine. The connection between those two, and the way for a user to select the application (e.g. Vortex, MO2, DTMM) is through a so-called "URI handler". In Windows, these are stored in the Registry. Usually, the typical "setup.exe" installers will create them for you, but DTMM isn't quite there yet, so for now, you will have to do it with a script or manually.