mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
update auto install link (again)
This commit is contained in:
parent
ba38e2cdb5
commit
4ca27bdc5c
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ Run the command below in Powershell.
|
|||
> Win + R > `powershell`
|
||||
|
||||
```powershell
|
||||
iex (iwr "beatrun.ru/install" -UseBasicParsing)
|
||||
iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
|
||||
```
|
||||
|
||||
Select the `Beatrun` gamemode in right lower corner.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
>
|
||||
> * Discord Rich Presence.
|
||||
> * Steam Presence.
|
||||
> * Пользовательская онлайн база курсов.
|
||||
> * Кастомная база курсов.
|
||||
>
|
||||
> **Всё это необязательно и может быть удалено.**\
|
||||
> Модули находятся [тут](https://github.com/JonnyBro/beatrun/tree/main/lua/bin) и функционал онлайн базы курсов доступен [здесь](https://github.com/JonnyBro/beatrun/blob/main/beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
|
||||
|
@ -24,7 +24,7 @@
|
|||
> Win + R > `powershell`
|
||||
|
||||
```powershell
|
||||
iex (iwr "beatrun.ru/install" -UseBasicParsing)
|
||||
iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
|
||||
```
|
||||
|
||||
Включите режим `Beatrun` в правом нижнем углу.
|
||||
|
|
Loading…
Reference in a new issue