|
1 | | -## installation methods |
| 1 | +## Installation Methods |
| 2 | + |
2 | 3 | You can see the [changelog here](https://github.com/azurejoga/Aurora-Windows-Optimizer/blob/aurora/changelog.md) |
3 | 4 |
|
| 5 | +To install Aurora, Windows Optimizer, there are 4 installation methods. |
4 | 6 |
|
5 | | -To install Aurora, Windows Optimizer |
6 | | -There are 4 installation methods. |
| 7 | +### Download in PowerShell |
7 | 8 |
|
| 9 | +#### 1. Download from PowerShell Gallery |
8 | 10 |
|
9 | | -## download in powershell |
10 | | -There are two ways to download aurora via powershell |
11 | | -1. [in powershell gallery](https://www.powershellgallery.com/packages/aurora/15.0) |
12 | | -* to install do the following |
13 | | -* open powershell and paste or / type the command |
14 | | -``` |
| 11 | +To install, open PowerShell and paste or type the following commands: |
| 12 | + |
| 13 | +```powershell |
15 | 14 | Install-Script -Name aurora |
16 | | -``` |
17 | | -* then type |
18 | | -``` |
19 | 15 | Aurora |
20 | 16 | ``` |
21 | | -The aurora installer will start and you must choose a directory and click install |
22 | 17 |
|
23 | | -2. Install with one command |
24 | | -* open powershell and paste or / type the following command |
25 | | -``` |
| 18 | +The Aurora installer will start, where you must choose a directory and click install. |
| 19 | + |
| 20 | +#### 2. Install with One Command |
| 21 | + |
| 22 | +Open PowerShell and paste or type the following command: |
| 23 | + |
| 24 | +```powershell |
26 | 25 | Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/azurejoga/Aurora-Windows-Optimizer/raw/aurora/installer.ps1" -UseBasicParsing).Content |
27 | 26 | ``` |
28 | | - # download from chocolatey. |
29 | 27 |
|
30 | | -``` |
| 28 | +### Download from Chocolatey |
| 29 | + |
| 30 | +```powershell |
31 | 31 | choco install aurora-windows-optimizer --version=13.0.0 |
32 | 32 | ``` |
33 | 33 |
|
34 | | -Follow the on-screen instructions, choose the folder and click install |
35 | | - # download the zip below |
| 34 | +Follow the on-screen instructions, choose the folder, and click install. |
36 | 35 |
|
| 36 | +### Download the ZIP |
37 | 37 |
|
38 | 38 | Start your journey to a more powerful and efficient PC. Download Aurora for Windows 11 and Windows 10 now: |
39 | 39 |
|
40 | | - |
41 | 40 | - **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab |
42 | 41 |
|
43 | | - |
44 | | -[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip) |
45 | | - |
46 | | - |
| 42 | +[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip) |
0 commit comments