Skip to content

Commit

Permalink
Update code run instructions.
Browse files Browse the repository at this point in the history
updated link to transcribe-book-content.ts file
`npx tsc transcribe-book-contents.ts` fails due to file not found error
  • Loading branch information
da-vaibhav authored Oct 10, 2024
1 parent e9de09e commit 9451eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Make sure you have `node >= 18` and [pnpm](https://pnpm.io) installed.
2. Run `pnpm install`
3. Set up environment variables ([details](#setup-env-vars))
4. Run `src/extract-kindle-book.ts` ([details](#extract-kindle-book))
5. Run `src/transcribe-book-contents.ts` ([details](#transcribe-book-content))
5. Run `src/transcribe-book-content.ts` ([details](#transcribe-book-content))
6. (Optional) Run `src/export-book-pdf.ts` ([details](#optional-export-book-as-pdf))
7. (Optional) Export book as EPUB ([details](#optional-export-book-as-epub))
8. (Optional) Run `src/export-book-markdown.ts` ([details](#optional-export-book-as-markdown))
Expand Down

0 comments on commit 9451eb7

Please sign in to comment.