From 0d6d146bc1f555f287cfc19428b65c075d1d12f3 Mon Sep 17 00:00:00 2001 From: omerlh Date: Mon, 19 Nov 2018 22:47:28 +0200 Subject: [PATCH] added brew ref Signed-off-by: omerlh --- docs/get-started.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/get-started.md b/docs/get-started.md index c5c433641..91dda4281 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -26,6 +26,13 @@ See [Set up Ark on your platform][3] for how to configure Ark for a production e 1. Move the `ark` binary from the Ark directory to somewhere in your PATH. +#### MacOS Installation + +On Mac, you can use [HomeBrew](https://brew.sh) to install the `ark` client: +```bash +brew install ark +``` + ### Set up server These instructions start the Ark server and a Minio instance that is accessible from within the cluster only. See the following section for information about configuring your cluster for outside access to Minio. Outside access is required to access logs and run `ark describe` commands.