Skip to content

Commit

Permalink
Drop lein/maven 'Getting Started' instructions from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeaguiar committed Dec 21, 2018
1 parent e4748d9 commit ac9a0dd
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,12 @@ interceptor chain provider. To learn more about Ions, checkout the
[docs](https://docs.datomic.com/cloud/ions/ions.html).

## Getting the latest release
[Leiningen](https://github.com/technomancy/leiningen/):

```
[io.pedestal/pedestal.ions "0.1.0"]
```

Clojure [tools.deps.alpha](https://github.com/clojure/tools.deps.alpha):

```
{io.pedestal/pedestal.ions {:mvn/version "0.1.0"}}
```

[Maven](http://maven.apache.org/):

```
<dependency>
<groupId>io.pedestal</groupId>
<artifactId>pedestal.ions</artifactId>
<version>0.1.0</version>
</dependency>
{io.pedestal/pedestal.ions {:git/url "https://github.com/pedestal/pedestal.ions.git"
:sha "e4748d9a292d348fb31fe1a36b10bf0981598650"}}
```

## Caveats
Expand Down

0 comments on commit ac9a0dd

Please sign in to comment.