aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2017-11-30 14:58:00 +0100
committerhellekin <hellekin@cepheide.org>2017-11-30 14:58:46 +0100
commitdbfde3e367fd564679afb659475e7f2348edb337 (patch)
treea3df1f6d55505ae045f31d811125b48ba25d64f7 /README
parent306b1f4f00a92ffc07db49fc0e1d9b7734f7eb1e (diff)
downloadqw.lesoiseaux.io-dbfde3e367fd564679afb659475e7f2348edb337.tar.gz
Fix README with correct installation and publication instructions.
Diffstat (limited to 'README')
-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.