From e0d6fd7bf2746c6d95bf5b9eb6913c42eec7aa4a Mon Sep 17 00:00:00 2001 From: Acid Date: Thu, 5 Feb 2026 00:20:46 -0500 Subject: [PATCH] modified: README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a609a75..19c50c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Classic Notepad + Windows 10 like notepad for windows 11 - Lightweight only 68kb @@ -7,15 +8,17 @@ Windows 10 like notepad for windows 11 - No tabs - No opening previous sessions - # Download -on the Releases tab [Download](https://github.com/acidburnmonkey/ClassicNotepad/releases/download/v1.0.0/ClassicNotepadSetup.exe) + +on the Releases tab [Download](https://github.com/acidburnmonkey/ClassicNotepad/releases/download/v1.1.0/ClassicNotepadSetup.exe) ## Post install cleanup + open windows menu -> settings -> remove apps -> uninstall notepad
right click a .txt file and select open with ClassicNotepad always form the programs menu. ## Build + Prereqs: MinGW toolchain on PATH (`gcc`, `windres`, `mingw32-make`). ```bash @@ -23,6 +26,7 @@ mingw32-make all ``` Outputs: + - `ClassicNotepad.exe` — main executable - `notepad.exe` — alias for quick search @@ -33,6 +37,7 @@ mingw32-make clean ``` ## Run + Launch `ClassicNotepad.exe` (or `notepad.exe`) from the build directory.