Document SDKMAN! installation in the README

This commit is contained in:
Peter Palaga
2020-09-29 18:15:09 +02:00
parent e0e76cc68e
commit 49a360dc8a
3 changed files with 14 additions and 2 deletions

View File

@@ -1,9 +1,21 @@
= mvnd: Maven Daemon
= `mvnd` - the Maven Daemon
The mvnd project aims to provide a daemon infrastructure for maven based builds. It borrows techniques from Gradle and Takari to provide a simple and efficient system.
The mvnd project aims to provide a daemon infrastructure for maven based builds. It borrows techniques from Gradle and
Takari to provide a simple and efficient system.
== Install `mvnd`
=== Install using https://sdkman.io/[SDKMAN!]
[source,shell]
----
$ sdk install mvnd
----
if SDKMAN! supports your operating system.
=== Install manually
* Download the latest ZIP suitable for your platform from https://github.com/mvndaemon/mvnd/releases
* Unzip to a directory of your choice
* Add the `bin` directory to `PATH`