diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-10-24 12:29:29 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-24 12:30:01 -0400 |
commit | 24bbef9306984816dbc3b915a0ec2a6bae38055a (patch) | |
tree | 80e203129137a5600700ad08a8b8df18a2015fbf /doc/librejs.info | |
parent | af0fdf2afd5b42a041d97f33170d17d6f18253af (diff) | |
download | librejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.tar.lz librejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.tar.xz librejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.zip |
update docs to refer to jpm instead of cfx
Diffstat (limited to 'doc/librejs.info')
-rw-r--r-- | doc/librejs.info | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/librejs.info b/doc/librejs.info index ae23807..a2212ff 100644 --- a/doc/librejs.info +++ b/doc/librejs.info @@ -591,10 +591,9 @@ File: librejs.info, Node: LibreJS Development Notes, Next: Installation Requir 8.1 Running LibreJS from the source directory ============================================= -Download Mozilla's Add-on SDK, then do something like this in the -LibreJS directory: +Download 'jpm', then do something like this in the LibreJS directory: - cfx run -b `which icecat` + jpm run -b `which abrowser` 8.2 Debugging ============= @@ -624,8 +623,7 @@ Update the version number in: * 'git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz' * 'mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/' - * Make xpi file: 'cfx xpi --strip-sdk; mv librejs.xpi - librejs-6.0.4.xpi' + * Make xpi file: 'jpm xpi; mv librejs.xpi librejs-6.0.4.xpi' File: librejs.info, Node: Installation Requirements, Next: LibreJS Internals, Prev: LibreJS Development Notes, Up: Top @@ -1276,9 +1274,9 @@ Node: JavaScript Detection7431 Node: Free Licenses Detection10839 Node: Setting Your JavaScript Free17257 Node: LibreJS Development Notes24091 -Node: Installation Requirements25463 -Node: LibreJS Internals27070 -Node: Tests28233 -Node: GNU Free Documentation License32740 +Node: Installation Requirements25433 +Node: LibreJS Internals27040 +Node: Tests28203 +Node: GNU Free Documentation License32710 End Tag Table |