summaryrefslogtreecommitdiffstats
path: root/docs/source/intro/01-install.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-08 19:29:20 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-08 21:31:49 +0100
commit879a397215f6aa0f1e064e4dae83e9b455ae63f1 (patch)
treeb559b1af1d88d8263bef836d315e00beb760918f /docs/source/intro/01-install.md
parent957cd5dd9c82ddc75d3bb5626057cbee7b059c2c (diff)
downloaddeluge-879a397215f6aa0f1e064e4dae83e9b455ae63f1.tar.gz
deluge-879a397215f6aa0f1e064e4dae83e9b455ae63f1.tar.bz2
deluge-879a397215f6aa0f1e064e4dae83e9b455ae63f1.zip
[Packaging] Add updated launchd scripts
Copy from Trac UserGuide and updated with proper naming and deluge-web version. The bin location is default for brew with pip install. Closes: #3073
Diffstat (limited to 'docs/source/intro/01-install.md')
-rw-r--r--docs/source/intro/01-install.md18
1 files changed, 9 insertions, 9 deletions
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/