From f7c6f4f09ea44ae72a8954bc901c6096a3c96736 Mon Sep 17 00:00:00 2001 From: Charalampos Kardaris Date: Sun, 10 Feb 2019 20:21:41 +0200 Subject: [PATCH] Updated README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7faa21f..6a9d4b6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,25 @@ # tormix img -Based on the original project from dylanaraps
-I decided to change the name (to not conflict with other existing programs) and add many more features - A simple TUI client for the `transmission-cli`. - Written in `bash`. +Based on the original project from dylanaraps
+I decided to change the name (to not conflict with other existing programs) and add many more features. + ## Dependencies - `bash` - `transmission-cli` +## Installation +This is a `bash` script, so it does not require an installation.

+Nevertheless, if you want to properly configure the `.config/tormix` directory for color support
+and place the script and its man page in the proper directories of `/usr`, you can run

+`./install` (it requires sudo access)

+In any case, you can always place the script where you like manually. + ## Running 1. Start `transmission-daemon`.