From 901b224d0a2bcfdcbc011a7c2c7f76edc8ea2d0d Mon Sep 17 00:00:00 2001 From: zeruth Date: Tue, 25 Jun 2019 00:35:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ba3ce985..cc2e8bd2b6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://www.rune-server.ee/runescape-development/rs2-server/downloads/684206-180 By default, this connects to our sandbox server, which is for client testing. To setup your rsa keys, navigate to runelite-mixins and go to RSBufferMixin and set modulus and exponent -To setup your codebase, navigate to runelite-client/rs and go to Launcher and set codebase = new URL("http://IP_OR_URL_HERE/"); +To setup your codebase, navigate to runelite-client/rs and go to RSAppletStub and set codebase = new URL("http://IP_OR_URL_HERE/"); After that it's ran much like RuneLite or RuneLitePlus, install then run RuneLite.main()