From 808d08a07b39011373df52185c9d2191bdaccb40 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:27:10 +0500 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d70cbab..48248ab 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ iex (iwr "beatrun.ru/install.ps1") ## Animations You can use "**Beatrun Animations Installer**" for custom animations. Currently there's: * Beatrun Reanimated -* Fixed Original
+* Fixed Original

+ Start the executable and press a key on your keyboard with the number of the animation you want to install (if nothing's changed, run the program as admin).
Installer's source can be found [here](/BeatrunAnimInstaller). From a1e5a084a76ea969016551406785d0e2e747cabb Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:28:39 +0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48248ab..c2b840b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This version does not include malicious modules, code or networking. What it doe 2. Delete the `beatrun` folder in *addons* if you have one! 3. Extract the `beatrun` folder to *your_game_folder/garrysmod/addons*. 4. Extract the `lua` folder to *your_game_folder/garrysmod*. - * `lua` folder contains modules for Discord Rich Presense and Steam Presence. They are optional. You can find their source code in the [credits](https://github.com/JonnyBro/beatrun#credits) section

+ * `lua` folder contains modules for Discord Rich Presense and Steam Presence. They are optional. You can find their source code in the [credits](https://github.com/JonnyBro/beatrun?tab=readme-ov-file#credits-3) section

# Installation (Automatic | Windows only) Run the command below in the Powershell. (Win + R --> powershell --> the command in question) From 2912bf4d95e36ccaeca0fd5f5dce82142b4e799b Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:31:57 +0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2b840b..8fe003a 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ This version does not include malicious modules, code or networking. What it doe * `lua` folder contains modules for Discord Rich Presense and Steam Presence. They are optional. You can find their source code in the [credits](https://github.com/JonnyBro/beatrun?tab=readme-ov-file#credits-3) section

# Installation (Automatic | Windows only) -Run the command below in the Powershell. (Win + R --> powershell --> the command in question) +Run the command below in the Powershell. (Win + R --> powershell --> the command below) ```powershell -iex (iwr "beatrun.ru/install.ps1") +iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing) ``` ## Animations