Skip to content

Commit 6909ae1

Browse files
committed
Create instalation.md
1 parent 83639d4 commit 6909ae1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

instalation.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## installation methods
2+
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
6+
There are 4 installation methods.
7+
8+
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+
```
15+
Install-Script -Name aurora
16+
```
17+
* then type
18+
```
19+
Aurora
20+
```
21+
The aurora installer will start and you must choose a directory and click install
22+
23+
2. Install with one command
24+
* open powershell and paste or / type the following command
25+
```
26+
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+
```
28+
# download from chocolatey.
29+
30+
```
31+
choco install aurora-windows-optimizer --version=13.0.0
32+
```
33+
34+
Follow the on-screen instructions, choose the folder and click install
35+
# download the zip below
36+
37+
38+
Start your journey to a more powerful and efficient PC. Download Aurora for Windows 11 and Windows 10 now:
39+
40+
41+
- **SHA-256: ZIP VERSION** 8a2a97b1ee70674a5d7571d4c8985de3fa8270ad5532517a4dc3f502dbef1aab
42+
43+
44+
[Download Aurora, Windows Optimizer, ZIP version](https://github.com/azurejoga/Aurora-Windows-Optimizer/releases/download/aurora16/aurora-windows-optimizer.zip)
45+
46+

0 commit comments

Comments
 (0)