From 187d8eba7204330c6496e07f9bda9cdcf2b0d477 Mon Sep 17 00:00:00 2001 From: Samuel Kelemen Date: Thu, 10 Mar 2016 17:25:14 -0500 Subject: [PATCH] Add link to download page --- en/01.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/01.1.md b/en/01.1.md index 131c6cc9..58fc971e 100644 --- a/en/01.1.md +++ b/en/01.1.md @@ -6,7 +6,7 @@ There are many ways to configure the Go development environment on your computer - Official installation packages. - - The Go team provides convenient installation packages in Windows, Linux, Mac and other operating systems. This is probably the easiest way to get started. + - The Go team provides convenient installation packages in Windows, Linux, Mac and other operating systems. This is probably the easiest way to get started. You can get the installers from the [Golang Download Page](https://golang.org/dl/). - Install it yourself from source code. - Popular with developers who are familiar with Unix-like systems. - Using third-party tools.