Skip to content

Commit 1065d3b

Browse files
authored
Merge pull request #10284 from Icinga/Al2Klimov-patch-7
21-development.md: fix indentation
2 parents fba56f0 + b088d98 commit 1065d3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/21-development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,10 +1736,10 @@ and don't care for the details,
17361736

17371737
1. ensure there are 35 GB free space on C:
17381738
2. run the following in an administrative Powershell:
1739-
1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
1740-
(reboot when asked!)
1741-
2. `powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')"`
1742-
(will take some time)
1739+
1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
1740+
(reboot when asked!)
1741+
2. `powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')"`
1742+
(will take some time)
17431743

17441744
This installs everything needed for cloning and building Icinga 2
17451745
on the command line (Powershell) as follows:

0 commit comments

Comments
 (0)