all: Mac OS X is now called macOS

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4694
LGTM: imsodin
This commit is contained in:
Jakob Borg
2018-01-27 09:07:19 +00:00
parent e0931e201e
commit 050f9f8091
7 changed files with 65 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
This directory contains an example for running Syncthing in the
background under macOS.
1. Install the `syncthing` binary in a directory called `bin` in your
home directory.
2. Edit the `syncthing.plist` by replacing `USERNAME` with your actual
username such as `jb`.
3. Copy the `syncthing.plist` file to `~/Library/LaunchAgents`.
4. Log out and in again, or run `launchctl load
~/Library/LaunchAgents/syncthing.plist`.
You probably want to turn off "Start Browser" among the settings to
avoid it opening a browser window on each login.
Logs are in `~/Library/Logs/Syncthing.log` and, for crashes and exceptions,
`~/Library/Logs/Syncthing-Error.log`.