From bee5ad3db639e88d2dcb5006d114fce01233aba9 Mon Sep 17 00:00:00 2001 From: tiaede00 Date: Sun, 22 May 2022 17:27:27 -0400 Subject: [PATCH] - Adds a slight clarification in the README.md --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d5b1a..0cc14ac 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ After downloading Apache Zeppelin, make sure to create a symbolic link in PATH t ```bash # if the downloaded Apache Zeppelin package resides at /opt/apache-zeppelin +# As root or superuser ln -s /opt/apache-zeppelin/bin/zeppelin-daemon.sh /usr/bin/zeppelin-daemon ``` diff --git a/setup.py b/setup.py index 4b853f6..e7c11bf 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name="jupyter-apache-zeppelin-proxy", - version="1.0.4", + version="1.0.5", url="https://github.com/tiaden/jupyter-apache-zeppelin-proxy", author="Edem Tiassou", author_email="workmail.edem@gmail.com",