update todomvc README.md

This commit is contained in:
Gered 2016-05-23 13:56:07 -04:00
parent 2e429bb5c0
commit 2936d92938

View file

@ -22,7 +22,7 @@ As well, you can install [views-honeysql](https://github.com/gered/views-honeysq
if you want to try out using HoneySQL instead of SQL with views. But
this example app does not use it so it's not required.
Once these libraries are install, you can simply build the ClojureScript:
Once these libraries are installed, you can simply build the ClojureScript:
$ lein cljsbuild once
@ -30,9 +30,13 @@ And then start up a REPL and run:
(-main)
And a new browser window should open to the app.
Or more simply, just do:
Alternatively, to build and run in one go:
$ lein run
Done either way, a new browser window should open to the app.
Alternatively, to build the ClojureScript and run the app all in one go:
$ lein rundemo