Skip to content

Commit

Permalink
21-development.md: fix indentation
Browse files Browse the repository at this point in the history
The last two points need to be children of the second one, but currently GitHub weights them equally.
  • Loading branch information
Al2Klimov authored Jan 8, 2025
1 parent c596371 commit b088d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/21-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -1736,10 +1736,10 @@ and don't care for the details,

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

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

0 comments on commit b088d98

Please sign in to comment.