aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-07-10 11:34:32 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:53 +0100
commit210199a10c88a01d0aeaa2cfae36c6852dc6f81f (patch)
tree37aecf8bfb5affddd8013ff9408beced29f37688
parent9bea7f951247f48e73185502676fa17ee240ce8f (diff)
downloadspacebeans-210199a10c88a01d0aeaa2cfae36c6852dc6f81f.tar.gz
spacebeans-210199a10c88a01d0aeaa2cfae36c6852dc6f81f.zip
Comment on how to generate the jar bundle
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 724d9e6..4fcb6a6 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,9 @@ Requirements:
Run the server with `./mill server.run` and the tests with `./mill server.test`.
+To build the `jar` bundle, run `./mill server.assembly` and the result will be generated
+in `out/server/assembly/dest/`.
+
## License
Copyright (C) 2021 Juan J. Martinez <jjm@usebox.net>