mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
Add Powershell script info
This commit is contained in:
parent
cc9045c490
commit
7ef1836de0
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ Installer source can be found [here](/BeatrunAnimInstaller/)
|
|||
3. Extract `lua` folder to *your_game_folder/garrysmod*.
|
||||
* `lua` folder constains modules for Discord Rich Presense and Steam Presence to work. They are open source, you can find links at the [Credits](https://github.com/JonnyBro/beatrun#credits) section.
|
||||
|
||||
**OR**
|
||||
1. Run the script below in the Powershell.
|
||||
> You can download this file yourself and check the contents, there is nothing malicious.
|
||||
```powershell
|
||||
iex (iwr "beatrun.ru/install.ps1")
|
||||
```
|
||||
|
||||
## Changes added by me
|
||||
* [Custom online courses database](https://courses.beatrun.ru), it's free 🤯!
|
||||
* Configurations menu - You can find it in the tool menu, in the *Beatrun* Category!\
|
||||
|
|
Loading…
Reference in a new issue