Merge pull request #10600 from nupplaphil/bug/update_autoinstall_doc

AutomaticInstallation - Fix last example
This commit is contained in:
Hypolite Petovan 2021-08-15 16:50:58 -04:00 committed by GitHub
commit 414f20c529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Examples
bin/console autoinstall --savedb
Installs Friendica with environment variables and saves them to the 'config/local.config.php' file
bin/console autoinstall -h localhost -p 3365 -U user -P passwort1234 -d friendica
bin/console autoinstall -H localhost -p 3365 -u user -P passwort1234 -d friendica -U https://friendica.fqdn
Installs Friendica with a local mysql database with credentials
HELP;
}