Browse Source

Update README.md

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

8
README.md

@ -259,18 +259,12 @@ 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
* Download the always latest Sophia Script archive by invoking (`not as administrator too`) in PowerShell
```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, if you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for `Windows 11 PowerShell 5.1`.
# Supported variations to launch the command on

Loading…
Cancel
Save