execute npm run dev instead of gulp

pull/657/head
Daniel Rubin 2018-02-25 20:23:28 -03:00
parent 19735f20c9
commit 750479fbff
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ To have all gulp dependencies run ```npm install```
If `gulp` is installed, follow the steps below.
1. Fork and clone the repo.
2. Run `gulp`, this will open gentelella on your default browser
2. Run `npm run dev`, this will open gentelella on your default browser
3. Now you can code, code and code!
4. Submit a pull request