Revert "Updated Windows (markdown)"

This reverts commit e8c7d84ce2f83f04a479386dd1b6c0456804dcfa.
Dominik Honnef 2020-04-27 05:27:45 +02:00
parent b5640d45dd
commit 9e512ccae7

@ -6,13 +6,14 @@
# Go for Microsoft Windows
The Windows port is stable and officially supported on Windows XP or newer.
The Windows port is stable and officially supported.
* See the [open Windows issues](https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3Aos-windows) on the issue tracker.
# Community installers
| **Distributions** | **Architectures** | **Initial support version** | **Final support version** |
|:------------------------------------------|:------------------|:----------------------------|:----------|
| Windows 7, Windows Server 2008R2 or above | amd64, 386 | Go 1 _*_ | |
| Windows Vista, Windows Server 2008 | amd64, 386 | Go 1 _*_ | Go 1.10.8 |
| Windows XP, Windows Server 2003 | amd64, 386 | Go 1 _*_ | Go 1.10.8 |
Automated installation via the (Chocolatey package)[https://chocolatey.org/packages/golang]
```shell
choco install golang
```
_*_ Go 1.5 or above is recommended.