Update README for local cljs install.
This commit is contained in:
parent
0789219551
commit
15b0f63d99
1 changed files with 6 additions and 0 deletions
|
@ -188,4 +188,10 @@ To verify that importing into Node.js succeeds, run
|
||||||
npm run test
|
npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## To locally install for ClojureScript use
|
||||||
|
|
||||||
|
```
|
||||||
|
lein with-profile node install
|
||||||
|
```
|
||||||
|
|
||||||
Many thanks to ([David Nolen](https://github.com/swannodette)) and ([Nikita Prokopov](https://github.com/tonsky)) for demonstrating how to package ClojureScript for distribution via npm.
|
Many thanks to ([David Nolen](https://github.com/swannodette)) and ([Nikita Prokopov](https://github.com/tonsky)) for demonstrating how to package ClojureScript for distribution via npm.
|
||||||
|
|
Loading…
Reference in a new issue