aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/html_node
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-10-24 12:29:29 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-24 12:30:01 -0400
commit24bbef9306984816dbc3b915a0ec2a6bae38055a (patch)
tree80e203129137a5600700ad08a8b8df18a2015fbf /doc/manual/html_node
parentaf0fdf2afd5b42a041d97f33170d17d6f18253af (diff)
downloadlibrejsxul-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.html6
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&rsquo;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> &lsquo;<samp>git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 &gt;librejs-6.0.4.tar.gz</samp>&rsquo;
</li><li> &lsquo;<samp>mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/</samp>&rsquo;
</li></ul>
-</li><li> Make xpi file: &lsquo;<samp>cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
+</li><li> Make xpi file: &lsquo;<samp>jpm xpi; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
</li></ul>