tolmasky / demokit

DemoKit is a Library and Electron app for building product demos and tutorials using web technologies
MIT License
428 stars 17 forks source link

Couldn't spot videos directory #9

Closed joshuacrowley closed 7 years ago

joshuacrowley commented 7 years ago

I got stumped with the usage directions

$ demokit new my-demo
$ demokit ./my-demo/index.js

because of the terminal path, the videos directory is actually in the parent directory to my-demo, which I didn't expect. Perhaps something like this...

$ demokit new my-demo
$ cd my-demo && demokit index.js

But I guess you don't want the videos in the project folder because you might want to repo it? Anyways – just thought I'd mention it incase someone else gets confused.