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 . +```