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.