Browse Source

Update README.md

pull/252/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
a96e4429f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

16
README.md

@ -256,6 +256,22 @@ Or use an old-style format without the TAB functions autocomplete (the quotation
***
## How to download Sophia Script via PowerShell
* Download the always latest Sophia Script archive by invoking (`not as administrator too`) in PowerShell console
```powershell
irm script.sophi.app | iex
```
or without using aliases
```powershell
Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
```
* The command will download and expand the archive (`without running`) the latest Sophia Script according which Windows and PowerShell versions it is run on. For example, ff you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for `Windows 11 PowerShell 5.1`.
## How to translate
* Get your OS UI culture by `$PSUICulture`

Loading…
Cancel
Save