diff options
-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. |