Skip to content

Commit b94baeb

Browse files
Update README.md
1 parent b9c91a8 commit b94baeb

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

csharp/recipes_2026/challanges/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Installation
2-
Please follow the instructions below to install the lab.
2+
3+
For automatic installation
4+
1. follow the [PREREQUISITES](./Recipes/PREREQUISITES.md)
5+
2. Download [setup-lab](./Recipes/setup-lab.ps1)
6+
3. Right-click PowerShell -> Run as Administrator
7+
4. Navigate to your Download folder
8+
5. Run:
9+
``` powershell
10+
Set-ExecutionPolicy Bypass -Scope Process -Force
11+
.\setup-lab.ps1
12+
```
13+
14+
----
15+
For manual installation follow the instructions below to install the lab.
316
Detailed explanations are linked to each step.
417
### 1. Install .net8
518

0 commit comments

Comments
 (0)