From bdb05709a3bc7bf68b21a446a0d4e01a05123f23 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:43:40 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 260fad2..d68d6a6 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ A WebSocket proxy that allows EaglercraftX 1.8 clients to connect to an offline ## Setup Guide ### Prerequisites * Node.js v12 and up -* TypeScript installed (`npm i -g typescript`, may require `sudo` or administrator permissions) * An **OFFLINE** 1.8.9-compatible Minecraft server or proxy ### Setup #### If Repl.it is acceptable, fork the [demo](https://replit.com/@WorldEditAxe/eaglerx-server) and connect to it. All proxy files will be under the `proxy` folder. -1. Download and extract this repository to a folder on your computer. -2. Open a terminal and go to the folder of the repository. Run `npm i`, followed by `tsc`. +1. Download the latest package available on this repository. +2. Open a terminal and go to the folder of the repository. Run `npm i`. 3. Edit `config.js` to configure your proxy. Below is a small breakdown of the configuration file. ```js export const config = {