From 6cfc95cba807e8453342feda869cc74e667ceb70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sat, 4 May 2013 23:47:21 +0100 Subject: [PATCH] Update build instructions --- HACKING.org | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4