docs: Remove only: [:dev] in setup instructions (#41)

Igniter needs to be installed for all environments!
This commit is contained in:
Rebecca Le 2024-07-10 20:03:24 +08:00 committed by GitHub
parent 131e397358
commit bfcee7f209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ Right now, all files that are touched are formatted in their entirety. This may
Igniter can be added to an existing elixir project by adding it to your dependencies:
```elixir
{:igniter, "~> 0.1", only: [:dev]}
{:igniter, "~> 0.1"}
```
You can also generate new projects with igniter preinstalled, and run installers in the same command.