From 52c41642d3041ba68c151edc478b5603fa1aa1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Sun, 19 May 2019 19:00:04 +0200 Subject: [PATCH] Update repo link to GitLab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fefcce5..b81138f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Dockerfile that installs the latest [RosarioSIS](https://www.rosariosis.org/). Minimum requirements: [Docker](https://www.docker.com/) & Git working. ```bash -$ git clone https://github.com/francoisjacquet/docker-rosariosis.git +$ git clone https://gitlab.com/francoisjacquet/docker-rosariosis.git $ cd docker-rosariosis $ docker build -t rosariosis . ```