Skip to content

Commit 77ba8cc

Browse files
author
opencode
committed
Update README to recommend Linux installer as best option and clarify it's for users without Ollama
1 parent a94f574 commit 77ba8cc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,23 @@ A cross-platform Python application that transcribes voice input using GPU-accel
2828

2929
## Installation
3030

31-
### Option 1: Download Executable (Recommended)
31+
### Option 1: Download Executable (Windows/macOS)
3232
Download the latest release for your platform from [GitHub Releases](https://github.com/crhy/Voice2Text-AI/releases):
3333
- **Windows**: `Voice2Text.exe`
34-
- **macOS**: `Voice2Text.app`
35-
- **Linux**: `Voice2Text` (or install via Flatpak below)
34+
- **macOS**: `Voice2Text`
3635

37-
### Option 2: Flatpak (Linux)
38-
Download the installer script and run it:
36+
### Option 2: Linux Installer (Recommended for Linux)
37+
For Linux users who don't have Ollama installed, download and run the installer script to set up everything automatically (Ollama, model, and the app):
3938
```bash
4039
wget https://github.com/crhy/Voice2Text-AI/releases/download/v0.2/install.sh
4140
chmod +x install.sh
4241
./install.sh
4342
```
44-
Or manually install the flatpak:
43+
This is the easiest way to get started on Linux.
44+
45+
If you already have Ollama installed, manually install the flatpak:
4546
```bash
46-
flatpak install flathub com.voice2text.app
47+
flatpak install https://github.com/crhy/Voice2Text-AI/releases/download/v0.2/com.voice2text.app.flatpak
4748
```
4849

4950
### Option 3: From Source

0 commit comments

Comments
 (0)