summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author0xNul <57599792+0xNul@users.noreply.github.com>2023-07-16 17:56:51 -0700
committer0xNul <57599792+0xNul@users.noreply.github.com>2023-07-22 07:50:36 -0700
commit8d3920393d3d92d70b72194f0d1bcaa2e83f190b (patch)
treee150a34371297eae698b0c07a471f3679a45bd86 /README.md
parent24f7f22b1d1444e3443028e0589aa24c478c7130 (diff)
minor cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 83054ce..684afe3 100644
--- a/README.md
+++ b/README.md
@@ -4,17 +4,15 @@ Votann is an informational program for creating your unit lists for Warhammer 40
## Installation
-Download votann-0.1.0.jar
+Download votann-0.2.0.jar
## Compile from source
1. Install [clojure](https://clojure.org/guides/install_clojure), openJDK, [leinagain](https://leiningen.org).
-2. `run lein uberjar` (might need to `run lein deps` before if it doesnt do it automatically)
+2. `run lein uberjar`
-3. `java -jar target/uberjar/votann-0.1.0-standalone.jar`
-
-(Please note I did not include the images for these, so if you build from source you will not have the unit and enhancements tabs viewable reach out to me and I can provide those files until I create non-copyright versions)
+3. `java -jar target/uberjar/votann-0.2.0-standalone.jar`
## Usage
@@ -24,11 +22,11 @@ Navigate with clicking or tab or arrow keys and enter to select.
Run the following command in your terminal or create a `.sh` script.
-`$ java -jar votann-0.1.0.jar`
+`$ java -jar votann-0.2.0.jar`
### Windows
-You can create a `.bat` file with the above command. Set the absolute path of the jar file or place the `.bat` file in the same directory as the `.jar` file. Or run the above command in your terminal.
+You can create a `.bat` file with the above command. Set the absolute path of the jar file or place the `.bat` file in the same directory as the `.jar` file. Or simply run the above command in your terminal.
## License