diff --git a/README.md b/README.md index 2b4db29..15d35e8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A Leiningen template for running ClojureScript on Node.js. ``` lein new nodecljs hello-world +cd hello-world lein cljsbuild once node hello_world.js ```