aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README21
1 files changed, 18 insertions, 3 deletions
diff --git a/README b/README
index aa684b8..dfcbf66 100644
--- a/README
+++ b/README
@@ -1,3 +1,18 @@
-DD
-DD
-DD
+# Quantify Wholeheartedly
+
+Source code for the site https://qw.lesoiseaux.io/
+
+## Installation
+
+```
+# Public clone
+git clone https://code.cepheide.org/qw.lesoiseaux.io.git`
+cd qw.lesoiseaux.io
+# Private Push
+git remote set-url --push origin git@ps.zoethical.com:qw.lesoiseaux.io.git
+```
+
+## Publish
+
+Each time you push to the `master` branch, the repository gets
+deployed to https://qw.lesoiseaux.io/ with the new version.