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 2019/12/20 20:55:19 UTC

[incubator-heron] branch master updated: Update getting-started-local-single-node.md (#3425)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5cd8ff9  Update getting-started-local-single-node.md (#3425)
5cd8ff9 is described below

commit 5cd8ff97507c25f7c69a265703453a419772b660
Author: Yeshvant Bhavnasi <ye...@gmail.com>
AuthorDate: Fri Dec 20 12:55:08 2019 -0800

    Update getting-started-local-single-node.md (#3425)
    
    Wget link for macos
---
 website2/docs/getting-started-local-single-node.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website2/docs/getting-started-local-single-node.md b/website2/docs/getting-started-local-single-node.md
index 9a23a3e..5043a86 100644
--- a/website2/docs/getting-started-local-single-node.md
+++ b/website2/docs/getting-started-local-single-node.md
@@ -57,6 +57,10 @@ 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
@@ -282,4 +286,4 @@ In case of any issues, please refer to [Quick Start Troubleshooting](getting-sta
 * [Deploy topologies](deployment-overview) in clustered, scheduler-driven
   environments (such as on [Aurora](schedulers-aurora-cluster)
   and [locally](schedulers-local))
-* [Develop topologies](heron-architecture) for Heron
\ No newline at end of file
+* [Develop topologies](heron-architecture) for Heron