Преглед на файлове

Added bin/xdebug file usage to README

Mark Shust преди 7 години
родител
ревизия
d1fd761624
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -78,6 +78,7 @@ See the `compose` folder for sample setups for both Magento 1 and Magento 2. Bas
 - `./bin/magento`: Run the Magento CLI. Ex: `./bin/magento cache:flush`
 - `./bin/setup`: Run the Magento setup process to install Magento from the source code.
 - `./bin/start`: Start the Docker Compose process and your app. Ctrl+C to stop the process.
+- `./bin/xdebug`: Disable or enable Xdebug. Ex. `./bin/xdebug enable`
 
 ## Misc Info