diff --git a/README.md b/README.md index d763151..5a91e53 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,21 @@
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.
git clone https://github.com/tgpethan/Revolution.git then, cd Revolution. run npm i, then run node . +
+``` +git clone https://github.com/tgpethan/Revolution.git +cd Revolution +npm i +node . +```
Download latest build (https://github.com/tgpethan/Revolution/releases/latest) then Unzip the zip and Run revolution executable +
+``` +Download latest build (https://github.com/tgpethan/Revolution/releases/latest) +Unzip the zip +Run revolution executable +```
With modules you simply have to place the module inside the modules folder and start the server.