We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b42ac commit 10deeb6Copy full SHA for 10deeb6
1 file changed
README.md
@@ -167,10 +167,16 @@ make test
167
168
## 🔧 Development
169
170
-Set up the development environment:
+Install dependencies for development:
171
172
```bash
173
-make setup-dev
+make install
174
+```
175
+
176
+Update dependencies:
177
178
+```bash
179
+make update
180
```
181
182
Code formatting:
@@ -179,10 +185,10 @@ Code formatting:
185
make format
186
187
-Linting:
188
+Format and check code:
183
189
184
190
-make lint
191
+make format
192
193
194
Run all quality checks:
0 commit comments