Add info about installation from sources

This commit is contained in:
Guillaume Nodet
2021-10-12 11:39:32 +02:00
committed by GitHub
parent d7b1f6e7fa
commit 174a83c9c6

View File

@@ -206,4 +206,13 @@ $ ls -lh target/mvnd
-rwxrwxr-x. 1 ppalaga ppalaga 25M Jun 2 13:23 target/mvnd
----
=== Install `mvnd`
[source, shell]
----
$ cp -R dist/target/mvnd-[version] [target-dir]
----
Then you can simply run add `[target-dir]/bin` to your `PATH` and run `mvnd`.
We're happy to improve `mvnd`, so https://github.com/mvndaemon/mvnd/issues[feedback] is most welcomed!