-
Notifications
You must be signed in to change notification settings - Fork 58
Download and run
Philip OKeefe edited this page Jul 26, 2016
·
2 revisions
The shard jar can be obtained by:
- Grabbing one from the releases page
- Building the jar locally
Requirements:
- Install the JDK
- Install Scala
- Install sbt
Building:
- Get the code
git clone https://github.com/philwantsfish/shard.git
- Run the build tool
sbt assembly
- The jar will be under the
target
directory
sbt will download the dependencies, compile the code, and put it all in a fat jar.