From 35ebeeb3b2c1325f56a91ffcf7d7115c66304024 Mon Sep 17 00:00:00 2001 From: TheRealNull Date: Tue, 22 Dec 2020 22:14:44 -0500 Subject: [PATCH] update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 905def402b..8429270de4 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,8 @@ [OpenOSRS](https://openosrs.com) is a fully open-source client with no restrictions. We are not affiliated with Jagex or RuneLite. This is a special branch that uses the upstream client (RuneLite) with the OpenOSRS injector. (bundled) - -To get going, currently you will need to publish the injector to mavenLocal: (only need to run when updating injector) -openosrs-injector: -```clean build publishToMavenLocal``` - -Then you can run the client in gradle from the root project using: + +From the root module, run the following gradle tasks: ```clean build run``` This branch is still in bringup but most functionality works as intended.