Skip to content

Commit

Permalink
feat(cli): Revert back concise next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jun 25, 2019
1 parent 07bec53 commit f4fa1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cubejs-cli/cubejsCli.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const createApp = async (projectName, options) => {
console.log(`📊 Next step: run dev server`);
console.log();
console.log(` $ cd ${projectName}`);
console.log(` Edit .env file to set your DB credentials`);
console.log(` $ npm run dev`);
console.log();
};
Expand Down

0 comments on commit f4fa1e1

Please sign in to comment.