We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21e0af commit df4c217Copy full SHA for df4c217
readme.txt
@@ -10,11 +10,15 @@
10
Docs: http://clojurescript.org
11
Feedback: http://groups.google.com/group/clojure
12
13
-To run a cljs REPL: ./script/repljs
+If you are operating from a fresh source base, you must run the bootstrapping script:
14
15
-To compile a cljs script: ./bin/cljsc <path to .cljs file>
+ ./script/bootstrap
16
17
-Sample applications found in ./sample
+To run a cljs REPL:
18
+
19
+ ./script/repljs
20
21
+Sample applications are found in the ./samples directory
22
23
A "Quick Start" guide is available at https://github.com/clojure/clojurescript/wiki/Quick-Start
24
0 commit comments