Skip to content

Commit b8b6c63

Browse files
committed
Add prominent Windows executable download section in README
1 parent a4765f0 commit b8b6c63

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,24 @@ Translate books, subtitles, and documents using AI - locally or in the cloud.
1212
1313
---
1414

15-
## Quick Start
15+
## 🚀 Quick Start
16+
17+
### Windows Users - Download Executable
18+
19+
**No Python installation required!**
20+
21+
[![Download Windows Executable](https://img.shields.io/badge/Download-Windows%20Executable-blue?style=for-the-badge&logo=windows)](https://github.com/hydropix/TranslateBookWithLLM/releases/latest/download/TranslateBook-Windows.zip)
22+
23+
1. Download and extract `TranslateBook-Windows.zip`
24+
2. Install [Ollama](https://ollama.com/) (for local AI models)
25+
3. Run `TranslateBook.exe`
26+
4. Open http://localhost:5000 in your browser
27+
28+
> **Note:** First run creates a `TranslateBook_Data` folder with configuration files.
29+
30+
---
31+
32+
### Install from Source
1633

1734
**Prerequisites:** [Python 3.8+](https://www.python.org/downloads/), [Ollama](https://ollama.com/), [Git](https://git-scm.com/)
1835

0 commit comments

Comments
 (0)