Skip to content

Commit 75438f2

Browse files
committed
Update README
1 parent 3b39c0f commit 75438f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,24 @@ This repository contains the Workload Manager subsystem, part of MONAI Deploy. P
1515

1616
### Prerequisites
1717

18-
- [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
18+
- [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
1919

2020
### Development Environment
2121

2222
During development, change any settings inside the `appsettings.Development.json` file.
2323
First, export the following environment variable before executing `dotnet run`:
2424

25+
#### Linux
26+
2527
```bash
2628
export DOTNET_ENVIRONMENT=Development
2729
```
30+
#### Powershell
31+
32+
```powershell
33+
$env:DOTNET_ENVIRONMENT="Development"
34+
```
35+
2836

2937
### Building MONAI Workload Manager
3038

0 commit comments

Comments
 (0)