Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abueide authored Apr 16, 2022
1 parent aa88e00 commit c883221
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ Abysl Asset Manager is an easy to use library management tool to index and searc

## Installation

Simply download one of the binaries from the [releases page](https://github.com/abysl/AssetManager/releases)
Simply download one of the binaries from the [releases page](https://github.com/abysl/AssetManager/releases)

## Build Instructions

1) Clone the repository
2) Install Java 17 JDK https://adoptium.net/
3) In the repositorie's root directory run "gradlew.bat run" if on windows or "./gradlew run" if on mac or linux.

0 comments on commit c883221

Please sign in to comment.