aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-08-19 14:58:07 -0700
committerJakob Odersky <jakob@odersky.com>2018-08-19 14:58:49 -0700
commit853e608120eac830068bbb121b486b7cf06fc4b9 (patch)
tree992e05dff53d833a895cb221b6ca54e2b2b83b7a
parent427659165e066c6756acb368554c24b281eb93e1 (diff)
downloadsbt-gpg-853e608120eac830068bbb121b486b7cf06fc4b9.tar.gz
sbt-gpg-853e608120eac830068bbb121b486b7cf06fc4b9.tar.bz2
sbt-gpg-853e608120eac830068bbb121b486b7cf06fc4b9.zip
Move latest available tag information to "getting started" section
[skip ci]
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86090bf..e096b2e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/jodersky/sbt-gpg.svg?branch=master)](https://travis-ci.org/jodersky/sbt-gpg)
-[![Scaladex](https://index.scala-lang.org/jodersky/sbt-gpg/latest.svg)](https://index.scala-lang.org/jodersky/sbt-gpg)
# sbt-gpg
@@ -40,6 +39,7 @@ promoting secure builds.
functionality provided by this plugin)
## Getting started
+Latest available tag: [![Scaladex](https://index.scala-lang.org/jodersky/sbt-gpg/latest.svg)](https://index.scala-lang.org/jodersky/sbt-gpg)
```sbt
addSbtPlugin("io.crashbox" % "sbt-gpg" % "<latest_tag>")
```