From 0c5a678773cd4f48e59bd599c4b4a4dc6e7b75e5 Mon Sep 17 00:00:00 2001 From: Somo Date: Sat, 14 Mar 2020 16:29:02 -0400 Subject: [PATCH] add blockquote preamble with of links to official instructions --- Windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index b5ddb119..bed3c0c1 100644 --- a/Windows.md +++ b/Windows.md @@ -1,4 +1,10 @@ -# Go under Microsoft Windows + +> The Go project's official download page is at [https://golang.org/dl](https://golang.org/dl/). +> +> After downloading a binary release suitable for your system, you can install go by following the official installation instructions at [https://golang.org/doc/install](https://golang.org/doc/install#install). + + +# Go for Microsoft Windows The Windows port is stable and officially supported.