modified: README.md

This commit is contained in:
Acid
2026-02-05 00:20:46 -05:00
parent 3004d650e2
commit e0d6fd7bf2
+7 -2
View File
@@ -1,4 +1,5 @@
# Classic Notepad # Classic Notepad
Windows 10 like notepad for windows 11 Windows 10 like notepad for windows 11
- Lightweight only 68kb - Lightweight only 68kb
@@ -7,15 +8,17 @@ Windows 10 like notepad for windows 11
- No tabs - No tabs
- No opening previous sessions - No opening previous sessions
# Download # 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 ## Post install cleanup
open windows menu -> settings -> remove apps -> uninstall notepad <br> open windows menu -> settings -> remove apps -> uninstall notepad <br>
right click a .txt file and select open with ClassicNotepad always form the programs menu. right click a .txt file and select open with ClassicNotepad always form the programs menu.
## Build ## Build
Prereqs: MinGW toolchain on PATH (`gcc`, `windres`, `mingw32-make`). Prereqs: MinGW toolchain on PATH (`gcc`, `windres`, `mingw32-make`).
```bash ```bash
@@ -23,6 +26,7 @@ mingw32-make all
``` ```
Outputs: Outputs:
- `ClassicNotepad.exe` — main executable - `ClassicNotepad.exe` — main executable
- `notepad.exe` — alias for quick search - `notepad.exe` — alias for quick search
@@ -33,6 +37,7 @@ mingw32-make clean
``` ```
## Run ## Run
Launch `ClassicNotepad.exe` (or `notepad.exe`) from the build directory. Launch `ClassicNotepad.exe` (or `notepad.exe`) from the build directory.
<br> <br>