Compare commits

...

2 commits

Author SHA1 Message Date
Jonny_Bro (Nikita)
e1307b7904
irm вместо iwr 2024-05-27 14:25:03 +05:00
Jonny_Bro (Nikita)
6609c5a475
use irm instead of iwr 2024-05-27 14:24:33 +05:00
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ Run the command below in Powershell.
> Win + R > `powershell` > *Enter*
```powershell
iex (iwr "beatrun.jonnybro.ru/install" -UseBasicParsing)
irm https://beatrun.jonnybro.ru/install | iex
```
* Select the `Beatrun` gamemode in right lower corner.

View file

@ -29,7 +29,7 @@
> Win + R > `powershell` > *Enter*
```powershell
iex (iwr "beatrun.jonnybro.ru/install" -UseBasicParsing)
irm https://beatrun.jonnybro.ru/install | iex
```
* Выберите режим `Beatrun` в правом нижнем углу.