mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
use irm instead of iwr
This commit is contained in:
parent
2f1b5c7b7d
commit
6609c5a475
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Run the command below in Powershell.
|
||||||
> Win + R > `powershell` > *Enter*
|
> Win + R > `powershell` > *Enter*
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iex (iwr "beatrun.jonnybro.ru/install" -UseBasicParsing)
|
irm https://beatrun.jonnybro.ru/install | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
* Select the `Beatrun` gamemode in right lower corner.
|
* Select the `Beatrun` gamemode in right lower corner.
|
||||||
|
|
Loading…
Reference in a new issue