瀏覽代碼

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