mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Update README.md
as i added a docker reposetory
This commit is contained in:
parent
de7434b272
commit
ce921fd0da
16
README.md
16
README.md
@ -4,13 +4,7 @@ Jellyfin Discord Music Bot is a Discord Bot for the [Jellyfin Media Server!](htt
|
||||
|
||||
## Getting Started
|
||||
|
||||
The simplest way to get started is using Docker(repository will soon be added):
|
||||
|
||||
```
|
||||
git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
|
||||
cd jellyfin-discord-music-bot
|
||||
docker build -t YOUR_IMAGE_NAME .
|
||||
```
|
||||
The simplest way to get started is using Docker:
|
||||
|
||||
```
|
||||
docker run -d \
|
||||
@ -21,5 +15,11 @@ docker run -d \
|
||||
-e JELLYFIN_USERNAME="" \
|
||||
-e JELLYFIN_PASSWORD="" \
|
||||
-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 .
|
||||
```
|
Loading…
Reference in New Issue
Block a user