From c77cc7c585414f9b9abc30d68165185e979afff0 Mon Sep 17 00:00:00 2001 From: UnderSet <80137504+UnderSet@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:16:17 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 765a491..612be89 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the community. +**READ THE ***ENTIRE*** README BEFORE ASKING QUESTIONS ON THE [beatrun.ru](https://beatrun.ru) DISCORD!** + This version does not include malicious modules, code or networking. What it does contain is: * Lua modules for Discord Rich Presence * Lua modules for Steam Presence @@ -10,8 +12,8 @@ This version does not include malicious modules, code or networking. What it doe **All of this is optional and you may remove all of it. (modules are located [here](/lua/bin/) and online courses functionality is [here](/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua))** ## Automatic Installation (Windows only!) -Run the command below in the Powershell. -> (Win + R > powershell > command in question) +Run the command below in Powershell. +> (Win + R > `powershell` > command in question) ```powershell iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing) ```