From 73c1a4f99586b60622fc8320a65f3ccfb838e128 Mon Sep 17 00:00:00 2001 From: AhyoungRyu Date: Sun, 25 Sep 2016 16:14:39 +0900 Subject: [PATCH] Add a newline for bullet list markdown rendering --- docs/install/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/install.md b/docs/install/install.md index 94a35cb0c2c..dc9cc373408 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -45,6 +45,7 @@ Apache Zeppelin officially supports and is tested on the following environments: To install Apache Zeppelin, you have two options: + * You can [download pre-built binary packages](#downloading-binary-package) from the archive. This is usually easier than building from source, and you can download the latest stable version (or older versions, if necessary). * You can also [build from source](#building-from-source). This gives you a development version of Zeppelin, which is more unstable but has new features.