From 09f9ea5050641a02e392a52c7df7df1d453c4e25 Mon Sep 17 00:00:00 2001 From: Mike Coles Date: Wed, 20 May 2015 14:38:41 -0400 Subject: [PATCH] Update README.md Provide example of SIGHUP usage. Correct minor typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e99030..eefbb17 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ You can use kettu instead of the original web client to remotely administrate yo If you're just trying kettu out, it is recommended to set the TRANSMISSION_WEB_HOME environment variable to the root path of this web client. Then you just need to open the location to the transmission web server (e.g. localhost:9091) and it will work. ### Manual Installation -Move the kettu files in the right location, and the next time you start Transmission, it will use kettu. If you're using the daemon, you can simply send it a `SIGHUB`. +Move the kettu files in the right location, and the next time you start Transmission, it will use kettu. If you're using the daemon, you can simply send it a `SIGHUP` e.g. `killall -HUP transmission-daemon`. #### Linux Without overwriting the default Web Interface, you can drop the kettu files into: `~/.local/share/transmission/web/`. #### On Mac OS X -In the pre-v2.0 nightlies on the mac, you can simply drop kettu at `~/Library/Application Support/Transmission/web/`. In more current versions the web interface is located at `/Applications/Transmission.app/Contents/Resources/web/` and would need to be replaced there. +In the pre-v2.0 nightlies on the Mac, you can simply drop kettu at `~/Library/Application Support/Transmission/web/`. In more current versions the web interface is located at `/Applications/Transmission.app/Contents/Resources/web/` and would need to be replaced there. ## Configuration kettu supports the easy selection of a predefined location to download your torrents to. Put locations into the `config/location.js` configuration file. See `config/locations.js.example` for an example.