Update build instructions
authorDavid Vázquez <davazp@gmail.com>
Sat, 4 May 2013 22:47:21 +0000 (23:47 +0100)
committerDavid Vázquez <davazp@gmail.com>
Sat, 4 May 2013 22:47:21 +0000 (23:47 +0100)
HACKING.org
README.org

index b6c1e63..965014f 100644 (file)
@@ -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
index eb9f7fa..bfa6cc6 100644 (file)
@@ -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.