From 2beb6e727a6fa3806cc4f783ca89ab50cd7a2fa0 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Sun, 27 Mar 2022 10:16:13 +0200 Subject: [PATCH] Improve install/update instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9b4bf915..7bf56276 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,19 @@ your wishes for any kind of occasion ([demo](https://wishthis.online)). * PHP 8.1 ## Installation + +### Git (recommended) +1. Clone `https://github.com/grandeljay/wishthis.git` +1. checkout the `stable` branch + +Note: after pulling updates for a new version you might be prompted to update the database schema in the wishthis user interface (if necessary). Make sure you are logged in. + +### Manual 1. Download the latest [release](https://github.com/grandeljay/wishthis/releases) and upload all files to your server 1. Follow the instructions of the installer +Note: You will have to manually update wishthis by replace all files with the changes from the `stable` branch. + ## Contributing ### As a translator