diff --git a/scripts/release-notes.ps1 b/scripts/release-notes.ps1 index 1b0f14d..905d8c5 100644 --- a/scripts/release-notes.ps1 +++ b/scripts/release-notes.ps1 @@ -46,8 +46,8 @@ $lines = @( '', '## Install', '', - "- **GameModeExecutor-$version.msi** -- the installer. Per user, no administrator prompt, into ``%LOCALAPPDATA%\Programs\GameModeExecutor``. Then ``gamemode-executor init``, edit the file it wrote, ``gamemode-executor install-task``.", - "- **GameModeExecutor-$version.zip** -- the same executables, to unpack wherever you like.", + "- **GameModeExecutor-$version.msi** -- the installer. Per user, no administrator prompt, into ``%LOCALAPPDATA%\Programs\GameModeExecutor``. It writes a starter configuration if you have none, registers the logon task and starts the watcher: the icon beside the clock is the confirmation. Then right-click it, *Edit configuration*.", + "- **GameModeExecutor-$version.zip** -- the same executables, to unpack wherever you like. Then ``gamemode-executor init``, edit the file it wrote, ``gamemode-executor install-task``.", '', "[Documentation for this exact build]($docs).", '',