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/manual/librejs.txt | |
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/manual/librejs.txt')
-rw-r--r-- | doc/manual/librejs.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/manual/librejs.txt b/doc/manual/librejs.txt index dcbe22a..ca68e03 100644 --- a/doc/manual/librejs.txt +++ b/doc/manual/librejs.txt @@ -558,10 +558,9 @@ web page: 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 ============= @@ -591,8 +590,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' Appendix A Installation Requirements ************************************ |