summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index be00062..727eedf 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,6 @@ The Bitmask Thunderbird Extension provides:
* A wizard for creating email accounts with IMAP/SMTP configuration targeted
to localhost and the default Bitmask client ports. There are different ways to
launch the wizard for configuring a Bitmask Account:
- - Clicking on the statusbar notification.
- File -> New -> Bitmask account.
- Edit -> Account Settings... -> Account Actions -> Add Bitmask Accont.
* Caching prevention: accounts are created with caching turned off and the
@@ -22,8 +21,7 @@ extension directory whose contents point to the repository dir:
* The file must be created in the `~/.thunderbird/<profile>/extensions/`
directory.
* The file name must be `bitmask-thunderbird@leap.se`.
-* The file contents must be the path for the `src/` directory inside this
- repository.
+* The file contents must be the path for this repository.
XPI Package
-----------
@@ -48,7 +46,7 @@ Signed XPI package
To generate a signed XPI package you must first have a certificate and then do
the following:
- make sign CERTDIR=<path to cert dir> CERTNAME=<cert name> DEFAULTKEY=<key id>
+ make signed CERTDIR=<path to cert dir> CERTNAME=<cert name> DEFAULTKEY=<key id>
This command will: