mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53: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`
|
> Win + R > `powershell`
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iex (iwr "beatrun.ru/install" -UseBasicParsing)
|
iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
|
||||||
```
|
```
|
||||||
|
|
||||||
Select the `Beatrun` gamemode in right lower corner.
|
Select the `Beatrun` gamemode in right lower corner.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
>
|
>
|
||||||
> * Discord Rich Presence.
|
> * Discord Rich Presence.
|
||||||
> * Steam 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).\
|
> Модули находятся [тут](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`
|
> Win + R > `powershell`
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iex (iwr "beatrun.ru/install" -UseBasicParsing)
|
iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
|
||||||
```
|
```
|
||||||
|
|
||||||
Включите режим `Beatrun` в правом нижнем углу.
|
Включите режим `Beatrun` в правом нижнем углу.
|
||||||
|
|
Loading…
Reference in a new issue