diff --git a/docs/source/intro/01-install.md b/docs/source/intro/01-install.md index bcd1712a2..903a7dc6d 100644 --- a/docs/source/intro/01-install.md +++ b/docs/source/intro/01-install.md @@ -46,20 +46,20 @@ There is no installer package currently for Windows, but can try Deluge as follo There is no `.app` package currently for macOS, but can try Deluge with homebrew. -1. Install [Homebrew] -2. Open a terminal. -3. Run the following to install required packages: +1. Install [Homebrew] +2. Open a terminal. +3. Run the following to install required packages: - brew install pyobject3 gtk+3 adwaita-icon-theme - brew install libtorrent-rasterbar + brew install pyobject3 gtk+3 adwaita-icon-theme + brew install libtorrent-rasterbar -4. To fix translations: +4. To fix translations: - brew link gettext --force + brew link gettext --force -5. Install Deluge: +5. Install Deluge: - pip3 install deluge + pip3 install deluge [develop ppa]: https://launchpad.net/~deluge-team/+archive/ubuntu/develop/ [homebrew]: https://brew.sh/ diff --git a/packaging/osx/launchd/org.deluge-torrent.deluge-web.plist b/packaging/osx/launchd/org.deluge-torrent.deluge-web.plist new file mode 100644 index 000000000..b91fb6167 --- /dev/null +++ b/packaging/osx/launchd/org.deluge-torrent.deluge-web.plist @@ -0,0 +1,29 @@ + + + + + Label + org.deluge-torrent.deluge-web + ProgramArguments + + /usr/local/bin/deluge-web + -d + -L + error + -l + /var/log/deluge-web.log + + StandardOutPath + /tmp/deluge-web.stdout + StandardErrorPath + /tmp/deluge-web.stderr + + RunAtLoad + + KeepAlive + + + diff --git a/packaging/osx/launchd/org.deluge-torrent.deluged.plist b/packaging/osx/launchd/org.deluge-torrent.deluged.plist new file mode 100644 index 000000000..424399b45 --- /dev/null +++ b/packaging/osx/launchd/org.deluge-torrent.deluged.plist @@ -0,0 +1,29 @@ + + + + + Label + org.deluge-torrent.deluged + ProgramArguments + + /usr/local/bin/deluged + -d + -L + error + -l + /var/log/deluged.log + + StandardOutPath + /tmp/deluged.stdout + StandardErrorPath + /tmp/deluged.stderr + + RunAtLoad + + KeepAlive + + +