From: David Vázquez Date: Sat, 4 May 2013 22:47:21 +0000 (+0100) Subject: Update build instructions X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=6cfc95cba807e8453342feda869cc74e667ceb70 Update build instructions --- diff --git a/HACKING.org b/HACKING.org index b6c1e63..965014f 100644 --- a/HACKING.org +++ b/HACKING.org @@ -2,6 +2,6 @@ ** Newbie guide - Load slime from the root directory. - C-c C-l jscl.lisp to load the whole project - - =(bootstrap)= will generate jscl.js + - =(jscl:bootstrap)= will generate jscl.js - Add tests - Open tests.html in your browser to see your failed tests diff --git a/README.org b/README.org index eb9f7fa..bfa6cc6 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ to download the repository /load/ jscl.lisp in your Lisp, and call the bootstrap function to compile the implementation itself: -=(bootstrap)= +=(jscl:bootstrap)= It will generate a jscl.js file in the top of the source tree. Now you can open JSCL.html in your browser and use it.