We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe42a1 commit aaabb68Copy full SHA for aaabb68
README.md
@@ -217,16 +217,21 @@ we have an [introductory document](topics/new-to-clojure.md).
217
To install jar to local .m2 :
218
219
```bash
220
-$ lein install
+$ clj -X:depstar
221
```
222
223
-### Deploy to clojars
+After building and process `pom.xml` file you can run:
224
225
226
-$ lein deploy clojars
+$ clj -X:install
227
228
-This command will sign jar before deploy, using your gpg key. (see dev/src/build.clj for signing options)
229
+### Deploy to clojars
230
+
231
+```bash
232
+$ clj -X:deploy
233
+```
234
+> This command will sign jar before deploy, using your gpg key.
235
236
237
## License
0 commit comments