We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2478bbe + edd0b85 commit cbeedacCopy full SHA for cbeedac
README.md
@@ -108,6 +108,14 @@ You will see an error similar to:
108
[**issues/157**](https://github.com/dwyl/auth/issues/157).
109
See the 3<sup>rd</sup> step below.
110
111
+> If you run `mix ecto.setup` in step 4 without the
112
+required environment variables,
113
+even if you set them and try to run the command again,
114
+it will error.
115
+You will see this error in
116
+[**issues/266**](https://github.com/dwyl/auth/issues/266).
117
+Just delete the created database and run the command again.
118
+
119
120
### 1. Clone the project:
121
0 commit comments