From bfcee7f20956d337489e1384f20fb7a4e87e90cc Mon Sep 17 00:00:00 2001 From: Rebecca Le <543859+sevenseacat@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:03:24 +0800 Subject: [PATCH] docs: Remove `only: [:dev]` in setup instructions (#41) Igniter needs to be installed for all environments! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9dd8e..4c1bd2a 100644 --- a/README.md +++ b/README.md @@ -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.