We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ac95c commit 005f6baCopy full SHA for 005f6ba
README.md
@@ -8,9 +8,17 @@ This script runs `Thunderbird` when a `mailto` link is clicked in
8
Under certain conditions, webmail may be used instead of
9
`Thunderbird`.
10
11
-## Installation
+## Installation / upgrading
12
13
-TODO:
+1. [Get the latest the
14
+ release](https://github.com/pablo-blueoakdb/brave_tbird/releases),
15
+ uncompress the file and switch to the newly created directory.
16
+2. Copy `xdg-email-hook.sh` to a directory in your `$PATH`. For
17
+ example, `~/bin`:
18
+
19
+```shell
20
+cp xdg-email-hook.sh ~/bin
21
+```
22
23
## Customization
24
0 commit comments