From a8cdefc09eda522fd802345c461871166050e299 Mon Sep 17 00:00:00 2001 From: themode Date: Thu, 5 Nov 2020 13:58:27 +0100 Subject: [PATCH] Added more usage info in README.md --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 16d0d6282..c5af0c555 100644 --- a/.github/README.md +++ b/.github/README.md @@ -28,12 +28,12 @@ Minestom is similar to Bukkit in the fact that it is not a standlone program, it It is the base for interfacing between the server and client. Our own expanded version for Vanilla can be found [here](https://github.com/Minestom/VanillaReimplementation). +This mean you need to add Minestom as a dependency, add your code and compile by yourself. + # Usage An example of how to use the Minestom library is available [here](/src/test/java/demo). Alternatively you can check the official wiki [here](https://wiki.minestom.com/). -This mean you need to add Minestom as a dependency, add your code and compile by yourself. - # Why Minestom? Minecraft evolved a lot since its release, most of the servers today do not take advantage of vanilla features and even have to struggle because of them. Our target audience is those who want to make a completely different server compared to default Minecraft gamemode such as survival or creative building. The goal is to offer more performance for those who need it, Minecraft being single-threaded is the most important problem for them.