Skip to content

Commit

Permalink
docs: add to run {"init terminating in do_boot",{undef,[{elixir,start…
Browse files Browse the repository at this point in the history
…_cli,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} in get started guide (#1688)

Co-authored-by: Nefcairon <nefcairon@gmail.com>
  • Loading branch information
WurmPeter and Nefcairon authored Dec 31, 2024
1 parent 2b344e1 commit 89e062f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ Open the project in your text editor, and we'll get started.
> --example
> ```
>
> If you generate this code, you can browse the rest of the guide, but the code shown will already be present in your application 🥳
> Afterwards change the active directory to the newly created folder `helpdesk`, edit `devs.exs` to reflect your database credentials and run ```mix ash.setup``` which will setup your postgres database.
> If you like you can now browse the rest of the guide, but the code shown will already be present in your application 🥳
### Using Mix
Expand Down

0 comments on commit 89e062f

Please sign in to comment.