Feature request from tkn98, posted on GitHub Jul 06, 2016
Steps to reproduce
- Install Magento from
develop
branch.
- After all Modules are installed, a message is shown in green letters on the last line. Read that message.
The message says:
Please re-run Magento compile command
It can be greatly improved by removing the inaccuracy as there is no such command named "compile
". The command name is "setup:di:compile
".
This should be trivial to fix.