Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RNRetailer authored Sep 7, 2024
1 parent dfe188f commit 3564892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Reads text files and outputs audio one sentence at a time. Saves progress. Runs
# usage instructions:
1. activate the venv
2. cd to the cloned repo
3. run `python3 play_audio_book.py PATH_TO_BOOK_FILE`
3. run `python3 play_audio_book.py PATH_TO_BOOK_FILE [OPTIONAL_LINE_INDEX_TO_START_FROM]`
4. you can safely skip a line with Control + z or exit with Control + c.
5. playback will resume from the last played line if you open the same book again.
5. playback will resume from the last played line if you open the same book again with no line index specified.

0 comments on commit 3564892

Please sign in to comment.