From 7ef1836de007126636f47b9d4543aa3ca0686a89 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:53:20 +0500 Subject: [PATCH 1/2] Add Powershell script info --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 78fc250..a8307c0 100644 --- a/README.md +++ b/README.md @@ -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!\ From 76ba76e3cb403b8ac4bfea869b166f2945718a1c Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:54:34 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8307c0..997fab7 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Installer source can be found [here](/BeatrunAnimInstaller/) 1. **Delete `beatrun` folder in *addons* if you have one!** 2. Extract `beatrun` folder to *your_game_folder/garrysmod/addons*. 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** + * `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