Browse Source

Update README.md

pull/486/head
Dmitry Nefedov 1 year ago
committed by GitHub
parent
commit
00a6860dfa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      README.md

15
README.md

@ -222,11 +222,18 @@ https://user-images.githubusercontent.com/10544660/225270532-8f0694d3-0b9e-44df-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```
* Paste copied path to `Sophia.ps1` from the previous step (with [&](https://en.wikipedia.org/wiki/Ampersand));
* Run `Sophia.ps1`
* On `Windows 11` paste copied path to `Sophia.ps1` from the previous step (with [&](https://en.wikipedia.org/wiki/Ampersand));
```powershell
& <path_from_buffer>
```
```powershell
& <path_from_buffer>
```
* On `Windows 11`
```powershell
.\Sophia.ps1
```
## How to use Wrapper

Loading…
Cancel
Save