From: Marcel van der Veldt Date: Fri, 25 Apr 2025 19:15:19 +0000 (+0200) Subject: Fix small typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4cd40ed92b31f1fa325af370c3f8ad941a0d9b8b;p=music-assistant-server.git Fix small typo --- diff --git a/README.md b/README.md index ae73a512..6f835b7b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See here https://music-assistant.io/installation/ [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge [repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmusic-assistant%2Fhome-assistant-addon -Note that altough Music Assistant's main code is written in python, it has multiple dependencies on external/OS components such as ffmpeg and custom binaries and it is therefore not possible to run it as standalone pypi package. The only available installation method to run the Music Assistant server is by running the Docker container or the Home Assistant add-on. +Note that although Music Assistant's main code is written in python, it has multiple dependencies on external/OS components such as ffmpeg and custom binaries and it is therefore not possible to run it as standalone pypi package. The only available installation method to run the Music Assistant server is by running the Docker container or the Home Assistant add-on. ---