diff options
author | drebs <drebs@leap.se> | 2014-03-12 10:40:36 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-03-13 11:52:28 -0300 |
commit | 10df7fe9c707597da323915e6e415072f099418f (patch) | |
tree | 21c23a8abfed68c363385044f10a0e73e556fbb0 /README.rst | |
parent | 80f0f5728edb2d0cff7934c994e795316b526f6f (diff) |
Fix develop and build info on readme.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -22,8 +22,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 +47,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: |