From e660904aff807ab37bceeb1e2be317063d8a7089 Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:40:19 +0000 Subject: [PATCH] Update README.md --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 45775d8..f18696b 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,14 @@

Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.

How to use Revolution.

From source

-

-```git clone https://github.com/tgpethan/Revolution.git -cd Revolution -npm i -node . -``` -

+

git clone https://github.com/tgpethan/Revolution.git

+

cd Revolution

+

npm i

+

node .

From build

-

-`Download latest build (https://github.com/tgpethan/Revolution/releases/latest)` -`Unzip the zip` -`Run revolution executable ` -

+

Download latest build (https://github.com/tgpethan/Revolution/releases/latest)

+

Unzip the zip

+

Run revolution executable

How to install modules.

With modules you simply have to place the module inside the modules folder and start the server. The modules will automatically set themselves up and the server will start as normal.