Skip to content

Commit df4c217

Browse files
committed
Cleaned up README just a little. Refs clojure#75
1 parent d21e0af commit df4c217

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
Docs: http://clojurescript.org
1111
Feedback: http://groups.google.com/group/clojure
1212

13-
To run a cljs REPL: ./script/repljs
13+
If you are operating from a fresh source base, you must run the bootstrapping script:
1414

15-
To compile a cljs script: ./bin/cljsc <path to .cljs file>
15+
./script/bootstrap
1616

17-
Sample applications found in ./sample
17+
To run a cljs REPL:
18+
19+
./script/repljs
20+
21+
Sample applications are found in the ./samples directory
1822

1923
A "Quick Start" guide is available at https://github.com/clojure/clojurescript/wiki/Quick-Start
2024

0 commit comments

Comments
 (0)