Installation 🤖

For now we do not have a script for installation on different operating systems but, regardless of your operating system, you can run Project Hermes because it is platform dependent and built on java. Follow the steps below to run.

First clone the repo:

git clone https://github.com/johnoye742/Project-Hermes

Run Hermes server:

java -jar <path_to_hermes>/target/hermes-1.0-SNAPSHOT.jar

Run the test client for commands:

java -cp <path_to_hermes>/target/hermes-1.0-SNAPSHOT.jar com.johnoye742.hermes.Client

Requirements 🤖

  • Java: Project Hermes was built with Java so it requires Java to run on your machine or server.

Made with ❤️ by John Oye.