docs: add ash_postgres in igniter install

This commit is contained in:
Zach Daniel 2024-07-08 19:30:30 -04:00
parent 28eeca1510
commit 4bba656f09

View file

@ -81,7 +81,7 @@ You can skip to [Building your first Ash Domain](#building-your-first-ash-domain
> Already know you want to use `AshPostgres`? Use the `--extend` argument. > Already know you want to use `AshPostgres`? Use the `--extend` argument.
> >
> ```bash > ```bash
> mix igniter.new helpdesk --install ash --example --extend postgres` > mix igniter.new helpdesk --install ash,ash_postgres --example --extend postgres`
> ``` > ```
> >
> If you generate this code, you can browse the rest of the guide, but the code shown will already be present in your application 🥳 > If you generate this code, you can browse the rest of the guide, but the code shown will already be present in your application 🥳