From ce921fd0da6e28af70cd6f6eed6366a5164aa754 Mon Sep 17 00:00:00 2001 From: KGT1 Date: Fri, 18 Sep 2020 22:38:25 +0200 Subject: [PATCH] Update README.md as i added a docker reposetory --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5e77627..08f0e7c 100644 --- a/README.md +++ b/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 -``` \ No newline at end of file + 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 . +```