We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb8c8e commit 4b3b999Copy full SHA for 4b3b999
README.md
@@ -12,7 +12,7 @@
12
* `trt` is available in the `AUR` (packaged by the developer himself)
13
14
```bash
15
-$ yay -S transmission-remote-tui-git
+yay -S transmission-remote-tui-git
16
```
17
18
### From source
@@ -38,12 +38,18 @@ transmission-daemon &
38
trt --url http://203.12.65.10:9091/transmission/rpc
39
40
41
-* Authentication
+* Authenticate, if required
42
43
44
trt --username <username> --password <password>
45
46
47
+* Version
48
+
49
+```bash
50
+trt --version
51
+```
52
53
* Navigation
54
55
| keybinding | Action |
0 commit comments