mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-01 23:03:01 +05:00
Compare commits
No commits in common. "e1307b790405238dcf9fd47847862e2d51e69546" and "2f1b5c7b7d7aaa78696ca6d9212b34377d5d09b0" have entirely different histories.
e1307b7904
...
2f1b5c7b7d
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ Run the command below in Powershell.
|
|||
> Win + R > `powershell` > *Enter*
|
||||
|
||||
```powershell
|
||||
irm https://beatrun.jonnybro.ru/install | iex
|
||||
iex (iwr "beatrun.jonnybro.ru/install" -UseBasicParsing)
|
||||
```
|
||||
|
||||
* Select the `Beatrun` gamemode in right lower corner.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
> Win + R > `powershell` > *Enter*
|
||||
|
||||
```powershell
|
||||
irm https://beatrun.jonnybro.ru/install | iex
|
||||
iex (iwr "beatrun.jonnybro.ru/install" -UseBasicParsing)
|
||||
```
|
||||
|
||||
* Выберите режим `Beatrun` в правом нижнем углу.
|
||||
|
|
Loading…
Reference in a new issue