Skip to content

Commit

Permalink
Fixed release name
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisAlexNT authored May 15, 2024
1 parent 6cc69ca commit 8c862a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:https://github.com/AxisAlexNT/HiCT_JVM/actions/workflows/autobuild-release

1. Install Java 19 or newer (older versions won't be able to launch this code);
1. Make sure that `JAVA_HOME` variable points to the correct installation path (if you have multiple JREs or JDKs);
1. Download latest "fat" JAR from the https://github.com/ctlab/HiCT_JVM/releases[*Releases* page] in *Assets* section. Latest build will usually be on top, however the most stable implementation is in the build from `master` branch (called "Latest autogenerated build" without specifying branch name). You can rename it to `hict.jar` for convenience;
1. Download latest "fat" JAR from the https://github.com/ctlab/HiCT_JVM/releases[*Releases* page] in *Assets* section. Latest build will usually be on top, however the most stable implementation is in the build from `master` branch (called "Latest autogenerated build (branch master)"). You can rename it to `hict.jar` for convenience;
1. Open a terminal and change directory to where the downloaded `hict.jar` is located;
1. Issue `java -jar hict.jar` command and wait until message "WebUI Server started on port: 8080" appears;
1. Open your browser and navigate to the `http://localhost:8080` where HiCT WebUI should now be available.
Expand Down

0 comments on commit 8c862a8

Please sign in to comment.