solana-developers / create-solana-dapp

CLI for creating Solana dApps on the fly
https://npmjs.com/package/create-solana-dapp
MIT License
363 stars 108 forks source link

README lists incorrect command for install #48

Closed metaproph3t closed 9 months ago

metaproph3t commented 9 months ago

In my generated project's README, it shows the following under the 'install dependencies' section:

npm run install

This should say just npm install.