From 3b640c5fb230a85b0730462fcce1994a8e7abd36 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 26 Apr 2020 22:56:09 +0200 Subject: [PATCH] docu update about upgrade --- documentation/update.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/update.txt b/documentation/update.txt index dd7ee4f..a6922c2 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -1,5 +1,10 @@ If you update from a previous version make sure every update step is done since your current used version. +Update process is as follows: +- copy lib, view and index.php into your webserver installation location +- update your config.php +- make sure of any special update steps listed below. + ## 0.4-beta Beryllium Update your config.php to reflect the following updates. @@ -12,4 +17,4 @@ define('SELFPASTE_UPLOAD_SECRET', ) ); # creation of a paste and which secret was used into logs/create.log file -define('LOG_CREATION',true); \ No newline at end of file +define('LOG_CREATION',true); -- 2.39.5