From 999013b483c9811de38842ec1ef2ecfd37391b3a Mon Sep 17 00:00:00 2001 From: aaditKedia Date: Sun, 19 Jul 2026 17:36:49 -0400 Subject: [PATCH] Add comment to README Co-Authored-By: Claude Fable 5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3fd3ef..41f49e3 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ dotnet publish -c Release -o dist # stable exe location the registry points at `register.ps1` adds codeviewer to the "Open with" dropdown for ~60 code/data extensions and makes it the double-click default for any extension no other app owns. Extensions already claimed by another app (Windows protects those with UserChoice) need a one-time right-click > Open with > codeviewer > Always. `unregister.ps1` undoes everything. Don't move or delete `dist\` after registering, the associations point at it. + +