Update README.md
authorRin Toshaka <rinpatch@sdf.org>
Thu, 6 Dec 2018 17:45:07 +0000 (18:45 +0100)
committerRin Toshaka <rinpatch@sdf.org>
Thu, 6 Dec 2018 17:45:07 +0000 (18:45 +0100)
README.md

index a73c3f1afcd2936fc188ddca322b31ef8bb23615..c4649237f473b569a0daa0d6a526084e9cedbf46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ While we don't provide docker files, other people have written very good ones. T
 
   * Run `mix deps.get` to install elixir dependencies.
 
-  * Run `mix pleroma.gen.instance`. This will ask you questions about your instance and generate a configuration file in `config/generated_config.exs`. Check that and copy it to either `config/dev.secret.exs` or `config/prod.secret.exs`. It will also create a `config/setup_db.psql`, which you should run as the PostgreSQL superuser (i.e., `sudo -u postgres psql -f config/setup_db.psql`). It will create the database, user, and password you gave `mix pleroma.gen.instance` earlier, as well as set up the necessary extensions in the database. PostgreSQL superuser privileges are only needed for this step.
+  * Run `mix pleroma.instance gen`. This will ask you questions about your instance and generate a configuration file in `config/generated_config.exs`. Check that and copy it to either `config/dev.secret.exs` or `config/prod.secret.exs`. It will also create a `config/setup_db.psql`, which you should run as the PostgreSQL superuser (i.e., `sudo -u postgres psql -f config/setup_db.psql`). It will create the database, user, and password you gave `mix pleroma.gen.instance` earlier, as well as set up the necessary extensions in the database. PostgreSQL superuser privileges are only needed for this step.
 
   * For these next steps, the default will be to run pleroma using the dev configuration file, `config/dev.secret.exs`. To run them using the prod config file, prefix each command at the shell with `MIX_ENV=prod`. For example: `MIX_ENV=prod mix phx.server`. Documentation for the config can be found at [``config/config.md``](config/config.md)