mirror of https://github.com/Icinga/icinga2.git
21-development.md: fix indentation
The last two points need to be children of the second one, but currently GitHub weights them equally.
This commit is contained in:
parent
c5963712fa
commit
b088d981ff
|
@ -1736,10 +1736,10 @@ and don't care for the details,
|
||||||
|
|
||||||
1. ensure there are 35 GB free space on C:
|
1. ensure there are 35 GB free space on C:
|
||||||
2. run the following in an administrative Powershell:
|
2. run the following in an administrative Powershell:
|
||||||
1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
|
1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
|
||||||
(reboot when asked!)
|
(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')"`
|
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)
|
(will take some time)
|
||||||
|
|
||||||
This installs everything needed for cloning and building Icinga 2
|
This installs everything needed for cloning and building Icinga 2
|
||||||
on the command line (Powershell) as follows:
|
on the command line (Powershell) as follows:
|
||||||
|
|
Loading…
Reference in New Issue