Skip to content

Commit

Permalink
Merge pull request #2 from tonym128/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
NotJoeMartinez authored May 21, 2023
2 parents f319488 + 7fde3e2 commit 97fc551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ the video containing the keyword.

```bash
git clone https://github.com/NotJoeMartinez/yt-fts
cd yt-fts
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
Expand Down Expand Up @@ -107,4 +108,4 @@ with the format: `Video Title,Quote,Time Stamp,Link` as it's headers
Will delete a channel from your database
```bash
python yt_fts.py delete [channel_id]
```
```

0 comments on commit 97fc551

Please sign in to comment.