From 3349153058a4ab7935ff468fba2b539e7d75b0c4 Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Fri, 14 Oct 2016 21:19:12 +0530 Subject: [PATCH] docs: added space in source download steps so it appears as desired in (#2923) doctor. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4129b0b..30978147f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Please visit official zfs FreeBSD guide for more details [here](https://www.free ## Install from Source Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang). + ```sh $ go get -u github.com/minio/minio ```