Skip to content

Commit

Permalink
docs: added installation via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTipo01 authored Sep 3, 2023
1 parent 5e22479 commit 84459d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ It also supports inline queries.

## Installation

### Natively
Just grab the latest release from the [releases page](https://github.com/TheTipo01/videoDownloader/releases/), modify
the included `example_config.yml` file, rename it to `config.yml` and run the bot.
the included `example_config.yml` file (adding your telegram token that you got from [@BotFather](https://t.me/BotFather)), rename it to `config.yml` and run the bot.

Make sure to have ffmpeg and yt-dlp installed and in your PATH.
Make sure to have ffmpeg and yt-dlp installed and in your PATH.
### Docker
Clone the repo, modify the included `example_config.yml` file (adding your telegram token that you got from [@BotFather](https://t.me/BotFather)), rename it to `config.yml`, and do a `docker-compose up`.


The docker image is also available on [Docker hub](https://hub.docker.com/r/thetipo01/videodownloader), [Quay.io](https://quay.io/repository/thetipo01/videodownloader) and [Github packages](https://github.com/TheTipo01/videoDownloader/pkgs/container/videodownloader)

0 comments on commit 84459d6

Please sign in to comment.