chore: fix readme command example

This commit is contained in:
Paul Bienkowski 2020-11-28 19:18:45 +01:00
parent 1b4718b0ac
commit 4a3b404edf

View file

@ -99,5 +99,8 @@ SMTP server need to be specified as environment variables:
Full command example:
MAILSERVER=mail.example.com MAILSENDER=noreply@example.com MAILUSER=my_mail_login
MAILPW=hunter2 npm run dev -- --devSendMails
```bash
MAILSERVER=mail.example.com MAILSENDER=noreply@example.com \
MAILUSER=my_mail_login MAILPW=hunter2 \
npm run dev -- --devSendMails
```