From 24bbef9306984816dbc3b915a0ec2a6bae38055a Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 24 Oct 2015 12:29:29 -0400 Subject: update docs to refer to jpm instead of cfx --- doc/manual/html_node/LibreJS-Development-Notes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/manual/html_node') 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:

8.1 Running LibreJS from the source directory

-

Download Mozilla’s Add-on SDK, then do something like this in the LibreJS +

Download jpm, then do something like this in the LibreJS directory:

-
cfx run -b `which icecat`
+
jpm run -b `which abrowser`
 
@@ -107,7 +107,7 @@ command to data/script_libraries/script-libraries.json.
  • 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
  • -- cgit v1.2.3