Skip to content

Commit d91f97f

Browse files
authored
Update DEPLOY.md as proposed in technomancy#1890
See technomancy#1890 (comment)
1 parent 454c3dc commit d91f97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/DEPLOY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ order to make `lein deploy` with no argument target Clojars, include this in
236236
your `project.clj`:
237237

238238
```clj
239-
{:deploy-repositories [["releases" :clojars]]}
239+
{:deploy-repositories [["releases" :clojars]
240+
["snapshots" :clojars]]}
240241
```
241242

242243
You can use this to alias any `:repositories` entry; Clojars is just the most

0 commit comments

Comments
 (0)