From c0d9f6cad51f0b5e523f8cbfb1e3a58681a032be Mon Sep 17 00:00:00 2001 From: Johannes Heuel Date: Tue, 18 Jun 2024 11:50:49 +0200 Subject: [PATCH] update README.md --- .gitea/workflows/deploy.yaml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e717ccd..5dc9ab4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -5,6 +5,9 @@ on: branches: - main +paths-ignore: +- 'README.md' + jobs: release-image: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 3014e29..a484ad1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Ohrwurm is a user-friendly bot designed to play music in Discord voice chats. Once added to your server, you can request a song using the command `/play {query}`, where query can be a URL to a YouTube video or playlist, or a simple search term. The bot will fetch the song and start playing it. You can pause the music with `/pause`, resume playback with `/resume`, and stop and clear the queue with `/stop`. If the bot is alone in a voice chat, it will automatically leave, but you can also manually make it leave with the `/leave` command. # Deployment -To deploy Ohrwurm with Docker, you can use the [provided Docker](https://hub.docker.com/r/jheuel/ohrwurm) image: +To deploy Ohrwurm with Docker, you can use the [provided Docker image](https://hub.docker.com/r/jheuel/ohrwurm): ```bash docker run -d \ --name ohrwurm \