From 1db23953538c21bcd11e64678b5a97afa48562e0 Mon Sep 17 00:00:00 2001 From: Gerard Bosch <30733556+gerardbosch@users.noreply.github.com> Date: Wed, 9 Feb 2022 18:41:20 +0100 Subject: [PATCH] Minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4583c5d..bf1b634 100644 --- a/README.md +++ b/README.md @@ -262,11 +262,11 @@ straightforward (it needs to run with sudo to read environment). Just run: ## Setup macOS LaunchAgent LaunchAgent is the modern service scheduler in in macOS that uses [Launchd](https://www.launchd.info/). -[Launchd](https://www.launchd.info/) is the modern built-in service scheduler in macOS. It has support for running services as root (Daemon) or as a normal user (Agent). Here we we set up an LauchAgent to be run as your normal user for starting regular backups. +[Launchd](https://www.launchd.info/) is the modern built-in service scheduler in macOS. It has support for running services as root (Daemon) or as a normal user (Agent). Here we set up an LauchAgent to be run as your normal user for starting regular backups. 1. In general, follow the same setup as in (#setup-linux-systemd) except for: * use `make install-launchagent` instead of `make install-systemd` - * install everything to `/usr/local` and run restic as your own use, not root + * install everything to `/usr/local` and run restic as your own user, not root * Thus, install with ```console $ PREFIX=/usr/local make install-launchagent