From 8753d8b1c25d39cd4dc8e5f930b5c7b675107d80 Mon Sep 17 00:00:00 2001 From: azlux Date: Sat, 29 Feb 2020 01:51:07 +0100 Subject: [PATCH] change update URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a73c362..454d3cb 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Predicted functionalities will be those people would expect from any classic mus 1. Install ffmpeg. If ffmpeg isn't in your package manager, you may need to find another source. I personally use [this repository](http://repozytorium.mati75.eu/) on my raspberry. #### Install botamusique -Stable release (**recommended**, with build-in auto-update support): +Stable release (**recommended**): ``` -curl -Lo botamusique.tar.gz https://azlux.fr/botamusique/sources.tar.gz +curl -Lo botamusique.tar.gz http://packages.azlux.fr/botamusique/sources.tar.gz tar -xzf botamusique.tar.gz cd botamusique python3 -m venv venv @@ -54,7 +54,7 @@ venv/bin/pip install -r pymumble/requirements.txt venv/bin/pip install -r requirements.txt ``` -For the version of the master branch (no build-in auto-update support): +Testing version (from master): ``` git clone --recurse-submodules https://github.com/azlux/botamusique.git cd botamusique