Skip to content

Commit 86a4b68

Browse files
authored
Update README
1 parent c131db8 commit 86a4b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For further reference use the [simple example](https://github.com/juniorxsound/T
4545

4646

4747
## Contribute
48-
Fork/Clone the repository and ```npm install``` all dependencies
48+
Fork/Clone the repository, make sure to use the ```--recursive``` flag when you clone to clone submodules too, and ```npm install``` all dependencies
4949
### Build system commands:
5050
- ```npm run start``` uses [concurrently](https://github.com/kimmobrunfeldt/concurrently) to run both an [http-server](https://www.npmjs.com/package/http-server) and a [watchify](https://www.npmjs.com/package/watchify) build opreation on every save to ```dist/kinectron.three.js```.
5151
- ```npm run build``` builds a minified version of the plugin once and saves it to ```dist/kinectron.three.min.js```

0 commit comments

Comments
 (0)