Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ Note: This tutorial was updated on macOS 11.6.1.
1. create the project

```zsh
mix phx.new zero-to-graphql-using-elixir --app zero_phoenix --module ZeroPhoenix
mix phx.new zero-to-graphql-using-elixir \
--app zero_phoenix \
--module ZeroPhoenix \
--no-html \
--no-assets
```

Note: Just answer 'y' to all the prompts that appear.
Expand Down