diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-07-10 11:34:32 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:53 +0100 |
commit | 210199a10c88a01d0aeaa2cfae36c6852dc6f81f (patch) | |
tree | 37aecf8bfb5affddd8013ff9408beced29f37688 | |
parent | 9bea7f951247f48e73185502676fa17ee240ce8f (diff) | |
download | spacebeans-210199a10c88a01d0aeaa2cfae36c6852dc6f81f.tar.gz spacebeans-210199a10c88a01d0aeaa2cfae36c6852dc6f81f.zip |
Comment on how to generate the jar bundle
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |