Skip to content

Commit 1cccdbf

Browse files
committed
Added Usage guide to README.md
1 parent 3473473 commit 1cccdbf

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,25 @@
44
> This script is not ready for use yet! Use at your own risk.
55
66
EndCod3r's PC Optimizer! - Simple and easy way to speed up your PC!
7+
8+
## Usage
9+
10+
This script must be run in an admin PowerShell because it alters parts of the system that normal users can't.
11+
12+
### Git Clone
13+
14+
```ps1
15+
git clone https://github.com/EndCod3r/pc-optimizer.git
16+
cd pc-optimizer
17+
.\optimize.ps1
18+
```
19+
20+
or if you don't have [Git](https://git-scm.com) installed
21+
22+
### Download ZIP
23+
24+
Look for and click the green `<> Code` button near the top of this repo's page and click `Download ZIP`
25+
26+
Unzip the archive, and open a PowerShell as administrator, then navigate to the pc-optimizer directory and run `.\optimize.ps1`
27+
28+
If you have any problems, create an [Issue](https://github.com/EndCod3r/pc-optimizer/issues/new)

0 commit comments

Comments
 (0)