From 6e7f95330a17dd36e990650fd3f63b27ad46f215 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Fri, 1 Mar 2024 15:53:52 +0000 Subject: [PATCH] Make v5.0.0a1 the default version to install --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d16ad11a..df58e8e8 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Installation Install by running:: - sudo python3 -m pip install --break-system-packages https://github.com/mopidy/mopidy-spotify/archive/main.zip + sudo python3 -m pip install --break-system-packages https://github.com/mopidy/mopidy-spotify/archive/refs/tags/v5.0.0a1.zip This is currently the only supported installation method.