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.texi | |
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.texi')
-rw-r--r-- | doc/librejs.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/librejs.texi b/doc/librejs.texi index 98c2d62..a951013 100644 --- a/doc/librejs.texi +++ b/doc/librejs.texi @@ -721,11 +721,11 @@ page: @url{https://www.gnu.org/software/librejs/free-your-javascript.html} @chapter LibreJS Development Notes @section Running LibreJS from the source directory -Download Mozilla's Add-on SDK, then do something like this in the LibreJS +Download @command{jpm}, then do something like this in the LibreJS directory: @example -cfx run -b `which icecat` +jpm run -b `which abrowser` @end example @section Debugging @@ -764,7 +764,7 @@ Export a tarball: @samp{mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/} @end itemize @item -Make xpi file: @samp{cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi} +Make xpi file: @samp{jpm xpi; mv librejs.xpi librejs-6.0.4.xpi} @end itemize @node Installation Requirements |