mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update update and installation instructions.
This commit is contained in:
@@ -12,5 +12,14 @@
|
||||
declare(strict_types = 1);
|
||||
|
||||
return [
|
||||
'text' => [],
|
||||
'text' => [
|
||||
'upgrade' =>
|
||||
[
|
||||
'4.3' => 'Make sure you run the migrations and clear your cache. If you need more help, please check Github or the Firefly III website.',
|
||||
],
|
||||
'install' =>
|
||||
[
|
||||
'4.3' => 'Welcome to Firefly! Make sure you follow the installation guide. If you need more help, please check Github or the Firefly III website. The installation guide has a FAQ which you should check out as well.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user