We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c91a8 commit b94baebCopy full SHA for b94baeb
1 file changed
csharp/recipes_2026/challanges/README.md
@@ -1,5 +1,18 @@
1
## Installation
2
-Please follow the instructions below to install the lab.
+
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.
16
Detailed explanations are linked to each step.
17
### 1. Install .net8
18
0 commit comments