Update README.md

This commit is contained in:
Jonny_Bro (Nikita) 2023-10-11 20:03:43 +05:00 committed by GitHub
parent cce01e5053
commit d8ac322ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ This version does not include malicious modules, code or networking. What it doe
* Lua modules for Steam Presence * Lua modules for Steam Presence
* Network connectivity for courses (activates only when you load or upload courses, and by default `courses.beatrun.ru` is used) * Network connectivity for courses (activates only when you load or upload courses, and by default `courses.beatrun.ru` is used)
**All of this is optional and you may remove all of it. (modules are located [here](https://github.com/JonnyBro/beatrun/blob/master/lua/bin/) and online courses functionality is [here](https://github.com/JonnyBro/beatrun/blob/master/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua))** **All of this is optional and you may remove all of it.**\
Modules are located [here](/lua/bin/) and courses database functionality is [here](/beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).<br><br>
## **PLEASE READ ALL BEFORE ASKING QUESTIONS ON OUR SERVER!** **PLEASE READ ALL BEFORE ASKING QUESTIONS ON OUR SERVER!**
# (Prefered) Installation (Automatic | Windows only) # (Prefered) Installation (Automatic | Windows only)
Run the command below in the Powershell. Run the command below in Powershell.
> (Win + R > powershell > command in question) > (Win + R > `powershell` > command in question)
```powershell ```powershell
iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing) iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
``` ```