From 0e09e1a13fcd643cd22097883daa19a91b82b064 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Wed, 7 Dec 2022 04:05:59 +0100 Subject: [PATCH] add homebrew installation for kopiaui (#2627) --- site/content/docs/Installation/_index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/site/content/docs/Installation/_index.md b/site/content/docs/Installation/_index.md index ef7df6664..ce4bf09ed 100644 --- a/site/content/docs/Installation/_index.md +++ b/site/content/docs/Installation/_index.md @@ -98,6 +98,22 @@ Alternatively, to install the latest unreleased version of Kopia use the followi $ brew install kopia/test-builds/kopia ``` +#### macOS GUI using Homebrew + +On macOS, you can use [Homebrew](https://brew.sh) to install and keep Kopia up-to-date. + +To install: + +```shell +$ brew install kopiaui +``` + +To upgrade Kopia: + +```shell +$ brew upgrade kopiaui +``` + #### macOS GUI installer MacOS package with `KopiaUI` is available in DMG and ZIP formats on the [releases page](https://github.com/kopia/kopia/releases/latest).