Update windows.markdown

I noticed that there is a typo in the Windows installation instructions. Specifically, Step 3 of "Start Up Your Virtual Machine" ends with "(replace X.X.X.X with your ’s IP address).", when it should read "(replace X.X.X.X with your Windows server’s IP address)." 

Added {% assign board = "Windows server" %} to fix this typo that was generated on source/_includes/installation/operating_system.md.
This commit is contained in:
badlotus 2025-03-05 14:14:31 -07:00 committed by GitHub
parent e4b4c9038e
commit 41f7b6a743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,3 +9,4 @@ Included sections for this page is located under source/_includes/installation
{% include installation/operating_system.md %}
{% include installation/core.md %}
{% assign board = "Windows server" %}