diff --git a/README.md b/README.md index 3d5c9c5..a027561 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Make sure you have the following prerequisites installed on your system: * [python](https://www.python.org/downloads/) > 3.8 * [ffmpeg](https://www.gyan.dev/ffmpeg/builds/) -* [opnessl](https://www.openssl.org) or [pycryptodome](https://pypi.org/project/pycryptodome/) - +* [opnessl](https://www.openssl.org) or [pycryptodome](https://pypi.org/project/pycryptodome/) + * [nodejs](https://nodejs.org/) ## Installation @@ -209,6 +209,17 @@ By default the videos will be saved in `/app/Video` inside the container, if you docker run -it -p 8000:8000 -v /path/to/download:/app/Video streaming-community-api ``` +### Docker quick setup with Make + +Inside the Makefile (install `make`) are already configured two commands to build and run the container: + +``` +make build-container + +# set your download directory as ENV variable +make LOCAL_DIR=/path/to/download run-container +``` + ## Tutorial For a detailed walkthrough, refer to the [video tutorial](https://www.youtube.com/watch?v=Ok7hQCgxqLg&ab_channel=Nothing) @@ -217,4 +228,4 @@ For a detailed walkthrough, refer to the [video tutorial](https://www.youtube.co ## To do - GUI - Website api -- Add other site \ No newline at end of file +- Add other site