Skip to content

Commit

Permalink
add homebrew installation for kopiaui (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha committed Dec 7, 2022
1 parent 759b8a3 commit 0e09e1a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions site/content/docs/Installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 0e09e1a

Please sign in to comment.