Skip to content

Commit 001b633

Browse files
committed
Updated readme
1 parent 3009783 commit 001b633

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ If you downloaded the **standalone executable**:
7474
3. **Run**:
7575
- **Windows**: Double-click `AudioTTo.exe`.
7676
- **macOS**: Double-click `AudioTTo.app`. *Note: If you see a security warning, go to System Settings > Privacy & Security and allow the app.*
77-
- **Linux**: Open a terminal in the folder and run `./AudioTTo` (ensure it has execution permissions: `chmod +x AudioTTo`).
78-
<br>
79-
> **Note**: On Linux, you need to open the browser manually at `http://127.0.0.1:8000` or `ctrl+click the link` in the terminal after you run AudioTTo.
80-
77+
- **Linux**: Open a terminal in the folder and run `./AudioTTo`
78+
> On Linux and MacOS ensure it has execution permissions: `chmod +x AudioTTo`.
8179
---
8280

8381
## ⚙️ Installation (Source Code)
@@ -148,7 +146,7 @@ python AudioTTo.py lecture.wav --slides slides.pdf
148146
python AudioTTo.py lecture.wav --slides slides.pdf --pages 1-15
149147
150148
# With slides and specific threads
151-
python AudioTTo.py lecture.wav --slides slides.pdf --threads 4
149+
python AudioTTo.py lecture.wav --slides slides.pdf --pages 1-15 --threads 4
152150
```
153151

154152
---

0 commit comments

Comments
 (0)