From e592e899e04a9bb9abe1d4bae24598e2445814b1 Mon Sep 17 00:00:00 2001 From: Igor Suvorov Date: Sun, 17 Feb 2019 19:21:59 +0200 Subject: [PATCH] misprint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e467f3..7969aad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This script needs Python to run. I've only tested it on Python 3, but it may wor 1. Install Python requirements: `pip3 install -r requirements`. 2. Update the username and sync location in `main.py` to be what you want. 3. Update the path to `main.py` in the `.plist` file. By default, it is assumed that this is `~/Applications/bear-sync/main.py`. -4. Copy the `.plist` to the correct location: `cp com.gautampk.bear-sync.plist ~/Libaray/LaunchAgents/`. +4. Copy the `.plist` to the correct location: `cp com.gautampk.bear-sync.plist ~/Library/LaunchAgents/`. 5. Either logout and login to start the service, or run `launchctl start com.gautampk.bear-sync`. ## Licence