Update README.md

as i added a docker reposetory
This commit is contained in:
KGT1 2020-09-18 22:38:25 +02:00 committed by GitHub
parent de7434b272
commit ce921fd0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,7 @@ Jellyfin Discord Music Bot is a Discord Bot for the [Jellyfin Media Server!](htt
## Getting Started ## Getting Started
The simplest way to get started is using Docker(repository will soon be added): The simplest way to get started is using Docker:
```
git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
cd jellyfin-discord-music-bot
docker build -t YOUR_IMAGE_NAME .
```
``` ```
docker run -d \ docker run -d \
@ -21,5 +15,11 @@ docker run -d \
-e JELLYFIN_USERNAME="" \ -e JELLYFIN_USERNAME="" \
-e JELLYFIN_PASSWORD="" \ -e JELLYFIN_PASSWORD="" \
-e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \ -e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \
YOUR_IMAGE_NAME kgt1/jellyfin-discord-music-bot
```
## How to build
```
git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
cd jellyfin-discord-music-bot
docker build -t YOUR_IMAGE_NAME .
``` ```