formatting

This commit is contained in:
MoizAhmedd
2021-03-15 22:10:05 -04:00
parent 30a79bcdaf
commit 562579ab49

View File

@@ -16,12 +16,12 @@ An extension that lets you search for words in a youtube video, and seeks to tha
## Development Usage
# Client (extension)
### Client (extension)
- `git clone https://github.com/MoizAhmedd/youtube-video-search.git` to your local machine
- `chrome://extensions` in Chrome and Turn on Developer Mode
- Select Load Unpacked and navigate to the `youtube-video-search` directory
# Server
### Server
- `pip install -r requirements.txt`
- Install youtube-dl, tutorial here https://github.com/ytdl-org/youtube-dl
- Change the endpoint in background.js to http://localhost:5000