From 90abba704a7549a9a558197ac337d3a7e769e402 Mon Sep 17 00:00:00 2001 From: Rosenkranz Date: Sat, 15 Jan 2022 18:51:39 +0000 Subject: [PATCH] fixed git repo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a32461..6288507 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The easiest is to use our `docker-compose.yml`. Make sure you have [docker-compose](http://docs.docker.com/compose/install/) installed. And then: ``` -git clone https://github.com/indiehosters/discourse.git +git clone https://lab.libreho.st/libre.sh/compose/discourse.git cd discourse ./scripts/install docker-compose up -- GitLab