aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUnrud <unrud@openaliasbox.org>2017-03-10 22:57:59 +0100
committerUnrud <unrud@openaliasbox.org>2017-03-11 00:42:55 +0100
commitee811b91a1e8b9ae1eaf9a531fe6dec514d591e8 (patch)
tree86fd2012ed5af9dc76ac75c1e0a7883eb6461ddc /README.md
downloadradicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.tar.gz
radicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.tar.bz2
radicaleinfcloud-ee811b91a1e8b9ae1eaf9a531fe6dec514d591e8.zip
Init
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5ca6023
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Web interface for Radicale
+## Installation
+
+ pip3 install --upgrade git+https://github.com/Unrud/RadicaleWeb
bgstack15