Update update and installation instructions.

This commit is contained in:
James Cole
2017-01-20 10:08:38 +01:00
parent 19eef71133
commit d344512743
4 changed files with 238 additions and 122 deletions

View File

@@ -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.',
],
],
];