From aa7f45244fd4f768529de88100967cbe8f66f576 Mon Sep 17 00:00:00 2001 From: Manu Date: Sun, 9 Dec 2018 08:43:42 +0800 Subject: [PATCH] Update install instructions for macOS --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c55117a..190f6655 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,12 @@ Vorta is an open source macOS/Linux GUI for [BorgBackup](https://borgbackup.read Vorta should work on all platforms that support Qt and Borg. Currently Borg doesn't support Windows, but this may change in the future. Setting allowed Wifi networks is currently not supported on Linux, but everything else should work. ### macOS -Download the pre-built macOS (10.13+) binary from [Releases](https://github.com/borgbase/vorta/releases). For detailed setup steps, see the [tutorial](https://docs.borgbase.com/macos/how-to-backup-your-mac-using-the-vorta-backup-gui/). +Install the latest stable version via [Homebrew](https://brew.sh/) [Cask](http://caskroom.io/): +``` +$ brew cask install vorta +``` + +Or directly download pre-built app bundles for macOS (10.13+) from [Releases](https://github.com/borgbase/vorta/releases). For detailed setup steps, see the [tutorial](https://docs.borgbase.com/macos/how-to-backup-your-mac-using-the-vorta-backup-gui/). ### Linux First install Borg using the package of your distribution or via PyPI. The latter needs some additional [source packages](https://borgbackup.readthedocs.io/en/stable/installation.html#dependencies). Then install Vorta from PyPI. Your local Python version should be >= 3.6. Python 2 is not supported.