mirror of
https://github.com/friendica/friendica
synced 2025-04-19 10:30:10 +00:00
Issue 9064: referring INSTALL.txt now points to doc/INSTALL.md
This commit is contained in:
parent
baaf34f02b
commit
beccd12a2b
2 changed files with 2 additions and 2 deletions
|
@ -351,7 +351,7 @@ class Install extends BaseModule
|
|||
return
|
||||
DI::l10n()->t('<h1>What next</h1>')
|
||||
. "<p>" . DI::l10n()->t('IMPORTANT: You will need to [manually] setup a scheduled task for the worker.')
|
||||
. DI::l10n()->t('Please see the file "INSTALL.txt".')
|
||||
. DI::l10n()->t('Please see the file "doc/INSTALL.md".')
|
||||
. "</p><p>"
|
||||
. DI::l10n()->t('Go to your new Friendica node <a href="%s/register">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.', $baseurl)
|
||||
. "</p>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue