From 18be3bc95a2df46e28b5855f99814d736ea7e2c4 Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Sat, 15 Oct 2016 01:50:33 +0530 Subject: [PATCH] docs: added space in README.md so that its compatible with doctor. (#2927) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 30978147f..763022f12 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,13 @@ $ ./minio server ~/Photos Please visit official zfs FreeBSD guide for more details [here](https://www.freebsd.org/doc/handbook/zfs-quickstart.html) ## 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 + ``` ## Test using Minio Browser