1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Update git url.

The readme referred to the old git.xiph.org server, which is no
longer online.
This commit is contained in:
Ralph Giles 2022-06-07 07:18:29 -07:00 committed by Philipp Schafft
parent 63f64dc37b
commit b4565da411

View File

@ -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.