docs: added REACT_EDITOR to Advanced Configuration section (#2445)

* docs: added REACT_EDITOR to `Advanced Configuration` section

* Update README.md

* Update launchEditor.js
This commit is contained in:
Marius Wirtherle
2017-06-27 17:30:26 +02:00
committed by Dan Abramov
parent 2874e1209e
commit 6a09ed1e6e
2 changed files with 3 additions and 1 deletions

View File

@@ -172,7 +172,8 @@ function printInstructions(fileName, errorMessage) {
' to the ' +
chalk.green('.env.local') +
' file in your project folder ' +
'and restart the development server.'
'and restart the development server. Learn more: ' +
chalk.green('https://goo.gl/MMTaZt')
);
console.log();
}