From 53577b735f74f825a2eca2ef7395dcec81f9f3b0 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 17 Sep 2011 10:32:47 +0100 Subject: [PATCH] fix clone URL --- client/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/README.txt b/client/README.txt index 48bc6ed..e5ae6a8 100644 --- a/client/README.txt +++ b/client/README.txt @@ -4,7 +4,7 @@ Client Installation 1. Clone the Git repository: - $ git clone http://git.autistici.org/git/djrandom.git + $ git clone https://git.autistici.org/djrandom.git 2. Install the client. Python will automatically download all the required dependencies: -- GitLab