We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519da9c commit dbe1fffCopy full SHA for dbe1fff
doc/21-development.md
@@ -1792,8 +1792,9 @@ and how to run and debug the code.
1792
If you're going to setup a dev environment on a fresh Windows machine
1793
and don't care for the details,
1794
1795
-1. ensure there are 35 GB free space on C:
1796
-2. run the following in an administrative Powershell:
+1. install all available updates (reboot when asked!)
+2. ensure there are 35 GB free space on C:
1797
+3. run the following in an administrative Powershell:
1798
1. Windows Server only:
1799
`Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
1800
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`
0 commit comments