From a0d0b36c109d578e4568850ab2c341a68a63d9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 8 Jan 2025 11:50:11 +0100 Subject: [PATCH] 21-development.md: fix indentation The last two points need to be children of the second one, but currently GitHub weights them equally. --- doc/21-development.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/21-development.md b/doc/21-development.md index 72b2e859d..8fb5b2ce7 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -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: