You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2021/05/27 19:41:46 UTC

[incubator-heron] branch joshfischer/0.20.4-incubating-site updated: clean up versioned getting started docs

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/0.20.4-incubating-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/0.20.4-incubating-site by this push:
     new e45ab19  clean up versioned getting started docs
e45ab19 is described below

commit e45ab19a3a029ff20468e2f8fef4e255de91890a
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu May 27 14:41:21 2021 -0500

    clean up versioned getting started docs
---
 .../getting-started-local-single-node.md               | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md b/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
index 42fc5ff..f0e94ca 100644
--- a/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
+++ b/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
@@ -37,21 +37,9 @@ To install Heron binaries directly, using installation scripts, go to Heron's [r
 and see a full listing of Heron releases for each available platform. The installation script for macOS (`darwin`), for example, is named
 `heron-install-{{% heronVersion %}}-darwin.sh`.
 
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% heronVersion %}}/heron-install-{{% heronVersion %}}-darwin.sh
-
-
-```
-
-Download the for your platform either from the releases page or using [`wget`](https://www.gnu.org/software/wget/). Here's a `wget` example for Ubuntu:
-
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% heronVersion %}}/heron-install-{{% heronVersion %}}-ubuntu18.04.sh
-```
-Debian10
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% heronVersion %}}/heron-install-{{% heronVersion %}}-debian.sh
-```
+To install Heron binaries directly, using installation scripts, go to Heron's [download page](https://heron.apache.org/download)
+and see a full listing of Heron releases for each available platform. The installation script for macOS (`debian10`), for example, is named
+`heron-install-{{% heronVersion %}}-debian10.sh`.
 
 Once you've downloaded the script, make it executable using [chmod](https://en.wikipedia.org/wiki/Chmod):