zoonderkins / hyperapp-parcel

📦 A minimal hyperapp boilerplate project with parcel as bundler.🚀
MIT License
18 stars 2 forks source link

README.md suggestion #2

Open CanyonTurtle opened 6 years ago

CanyonTurtle commented 6 years ago

I am suggesting this installation command as a replacement for the current one.

git clone --depth 1 --origin boilerplate https://github.com/ookangzheng/hyperapp-parcel example-project-name

When running the command currently, depth is spelled wrong in the README, and the depth should be 1 (it must be a positive number). The https method of cloning is more widely-used in my experience, hence the change.

I really like the combination of hyperapp and parcel, and this is an excellent starter project in my opinion.

zoonderkins commented 6 years ago

Fixed Thanks