diff options
author | hellekin <hellekin@cepheide.org> | 2017-11-30 14:58:00 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-11-30 14:58:46 +0100 |
commit | dbfde3e367fd564679afb659475e7f2348edb337 (patch) | |
tree | a3df1f6d55505ae045f31d811125b48ba25d64f7 | |
parent | 306b1f4f00a92ffc07db49fc0e1d9b7734f7eb1e (diff) | |
download | qw.lesoiseaux.io-dbfde3e367fd564679afb659475e7f2348edb337.tar.gz |
Fix README with correct installation and publication instructions.
-rw-r--r-- | README | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -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. |