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/html_node | |
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/html_node')
-rw-r--r-- | doc/manual/html_node/LibreJS-Development-Notes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/html_node/LibreJS-Development-Notes.html b/doc/manual/html_node/LibreJS-Development-Notes.html index f05e766..66d574b 100644 --- a/doc/manual/html_node/LibreJS-Development-Notes.html +++ b/doc/manual/html_node/LibreJS-Development-Notes.html @@ -71,11 +71,11 @@ Next: <a href="Installation-Requirements.html#Installation-Requirements" accessk <a name="Running-LibreJS-from-the-source-directory"></a> <h3 class="section">8.1 Running LibreJS from the source directory</h3> -<p>Download Mozilla’s Add-on SDK, then do something like this in the LibreJS +<p>Download <code>jpm</code>, then do something like this in the LibreJS directory: </p> <div class="example"> -<pre class="example">cfx run -b `which icecat` +<pre class="example">jpm run -b `which abrowser` </pre></div> <a name="Debugging"></a> @@ -107,7 +107,7 @@ command to <samp>data/script_libraries/script-libraries.json</samp>. <li> ‘<samp>git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz</samp>’ </li><li> ‘<samp>mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/</samp>’ </li></ul> -</li><li> Make xpi file: ‘<samp>cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi</samp>’ +</li><li> Make xpi file: ‘<samp>jpm xpi; mv librejs.xpi librejs-6.0.4.xpi</samp>’ </li></ul> |