Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 5cd8ff9

Browse files
bhavnasiyeshvantjoshfischer1108
authored andcommitted
Update getting-started-local-single-node.md (#3425)
Wget link for macos
1 parent cb8212f commit 5cd8ff9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website2/docs/getting-started-local-single-node.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ To install Heron binaries directly, using installation scripts, go to Heron's [r
5757
and see a full listing of Heron releases for each available platform. The installation script for macOS (`darwin`), for example, is named
5858
`heron-install-{{% heronVersion %}}-darwin.sh`.
5959

60+
```bash
61+
$ wget https://github.com/apache/incubator-heron/releases/download/{{% heronVersion %}}/heron-install-{{% heronVersion %}}-darwin.sh
62+
```
63+
6064
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:
6165

6266
```bash
@@ -282,4 +286,4 @@ In case of any issues, please refer to [Quick Start Troubleshooting](getting-sta
282286
* [Deploy topologies](deployment-overview) in clustered, scheduler-driven
283287
environments (such as on [Aurora](schedulers-aurora-cluster)
284288
and [locally](schedulers-local))
285-
* [Develop topologies](heron-architecture) for Heron
289+
* [Develop topologies](heron-architecture) for Heron

0 commit comments

Comments
 (0)