Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjos authored Oct 18, 2023
1 parent 63b36d6 commit 0b332bc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ A simple condition system for Clojure, without too much machinery.

[![CI](https://github.com/hanjos/conditio-clj/actions/workflows/ci.yml/badge.svg)](https://github.com/hanjos/conditio-clj/actions/workflows/ci.yml) [![Docs](https://img.shields.io/static/v1?label=Docs&message=0.1.0&color=informational&logo=read-the-docs)][vLatest] [![Maven package](https://img.shields.io/static/v1?label=Maven&message=0.1.0&color=orange&logo=apache-maven)][MavenPackage] [![Git package](https://img.shields.io/static/v1?label=Git&message=0.1.0&color=red&logo=git)][GitPackage]

# Latest release
# Latest

### Maven
Add this repo to your `deps.edn`:
```
:mvn/repos {"github" {:url "https://maven.pkg.github.com/hanjos/conditio-clj"
:snapshots {:enabled false}}}
```

And then
```
org.sbrubbles/conditio-clj {:mvn/version "0.1.0"}
```
Expand Down Expand Up @@ -87,4 +94,4 @@ The end result should look something like this:

[vLatest]: https://sbrubbles.org/conditio-clj/docs/0.1.0/index.html
[MavenPackage]: https://github.com/hanjos/conditio-clj/packages/1968125
[GitPackage]: https://github.com/hanjos/conditio-clj/tree/1be4a0a7da7e2026bda32683ef10bbf5bf40bcbe
[GitPackage]: https://github.com/hanjos/conditio-clj/tree/1be4a0a7da7e2026bda32683ef10bbf5bf40bcbe

0 comments on commit 0b332bc

Please sign in to comment.