From 7306352cb3c500c8671d3aa831e864c005e2b81f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 20 Dec 2020 01:53:01 +0300 Subject: [PATCH] #21 Updating README.md. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8a5df0..64d2851 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ You **must** set environment variables for both databases: magneticod's and magn php bin/console doc:mig:mig --em=default ``` +## Web assets installation + +```bash +php bin/console assets:install public --symlink +``` + ## User creation ```bash @@ -67,8 +73,9 @@ php bin/console doc:mig:mig --em=default php bin/console user:add [your_password] [--invites=10] ``` -## Web assets installation +## Giving invites to the user ```bash -php bin/console assets:install public --symlink +# see --help for more info +php bin/console invite:add ```