Skip to content

Commit

Permalink
use migrate instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 1, 2023
1 parent 62aeadf commit e87ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ installation.
of the apps folder (in case you want to use apps).
* __Execute the installation command__
The installation script inserts the Fusio database schema into the provided database. It can be executed with the
following command `php bin/fusio install`.
following command `php bin/fusio migrate`.
* __Create administrator user__
After the installation is complete you have to create a new administrator account. Therefor you can use the following
command `php bin/fusio adduser`. Choose as account type "Administrator".
Expand Down

0 comments on commit e87ce35

Please sign in to comment.