From 8230dab19f50c154cffc274c836a7da2269dc8e8 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 27 Sep 2014 09:18:49 +0100 Subject: [PATCH] give README a proper file extension so that it renders correctly --- README => README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README => README.rst (97%) diff --git a/README b/README.rst similarity index 97% rename from README rename to README.rst index 0e92373..26a88f4 100644 --- a/README +++ b/README.rst @@ -55,7 +55,7 @@ application itself with the CA data by using `virtualenv`:: $ virtualenv --no-site-packages /secure/cam $ virtualenv --relocatable /secure/cam - $ (cd /tmp ; git clone http://git.autistici.org/cam.git \ + $ (cd /tmp ; git clone https://git.autistici.org/ai/cam.git \ && /secure/cam/bin/python setup.py install) Then you can simply mount your encrypted image wherever there is a -- 2.20.1