Skip to content

Commit cd856a5

Browse files
author
Ritheesh
authored
Update README.md
1 parent 507e08c commit cd856a5

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@
66

77
- ## Important Note
88
1. Before getting started, make sure you have downloaded the application [GitLearn](https://ritheeshbaradwaj.github.io/GitLearn/).
9-
2. We have provided logs folder where you can track the status.
10-
3. DO NOT edit or delete any folders or files in the Project. You are only allowed to run the application.
11-
4. An additional "Practice folder" is provided as a WorkSpace where can you modify or add new files or folders to practice.
9+
2. If you don't have Git on your system, you must install [Chocolatey](https://chocolatey.org/docs/installation), software management automation for Windows.
10+
- To Install with cmd.exe, Run the following command:
11+
```
12+
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
13+
```
14+
- To install with PowerShell.exe, Run the following command:
15+
```
16+
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
17+
```
18+
For installing Chocolatey watch this [video](https://www.youtube.com/watch?v=KTUO1g_Btfk) if you have any queries.
19+
20+
3. We have provided logs folder where you can track the status.
21+
4. DO NOT edit or delete any folders or files in the Project. You are only allowed to run the application.
22+
5. An additional "Practice folder" is provided as a WorkSpace where can you modify or add new files or folders to practice.
1223
- ## How to use GitLearn !!
1324
<img src="images/home.jpg" width="500" height="300">
1425
You can see the HOME tab of GitLearn. Here we have five sections.

0 commit comments

Comments
 (0)