Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gksoriginals committed Nov 23, 2023
1 parent d807f44 commit 36fd721
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 @@ -53,14 +53,14 @@ Assistant : Thank you <speaker> your thoughts on <summarized> was spot on!
To generate and save a transcript, run the following command:
```bash
python main.py generate yourpdffile
python src/main.py generate yourpdffile
```


To start an event, run the following command:

```bash
python main.py start yourpdffile
python src/main.py start yourpdffile
```

Replace `yourpdffile` with the filename of PDF in `/pdfs` directory. This pdf should contain event details and speaker details.

0 comments on commit 36fd721

Please sign in to comment.