From b4565da41108ec2305c8f57e0d3029621df3f542 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 7 Jun 2022 07:18:29 -0700 Subject: [PATCH] Update git url. The readme referred to the old git.xiph.org server, which is no longer online. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87570c8c..3ede1b8f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This is the typical procedure if you download the tar file. If you retrive the code from Git, make sure to clone recursively: - git clone --recursive https://git.xiph.org/icecast-server.git + git clone --recursive https://gitlab.xiph.org/xiph/icecast-server.git After that, create the configure script by running: `./autogen.sh`. Now you can just follow the steps mentioned above.