Skip to content

Commit

Permalink
Update getting-started-local-single-node.md (apache#3425)
Browse files Browse the repository at this point in the history
Wget link for macos
  • Loading branch information
bhavnasiyeshvant authored and sreev committed Apr 9, 2020
1 parent 4dab572 commit 3ad5245
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website2/docs/getting-started-local-single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
* [Develop topologies](heron-architecture) for Heron

0 comments on commit 3ad5245

Please sign in to comment.