瀏覽代碼

Updated Composer-less setup readme

Mark Shust 9 年之前
父節點
當前提交
2755746931
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -110,9 +110,7 @@ After both sets of keys are retrieved, place your auth token on your host machin
 
 
 If you don't want to use Composer or setup the auth keys above, no worries. Magento provides a complete Magento 2 archive at <a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/zip_install.html" target="_blank">http://devdocs.magento.com/guides/v2.0/install-gde/prereq/zip_install.html</a>. We decided to use this method for a very quick installation.
 If you don't want to use Composer or setup the auth keys above, no worries. Magento provides a complete Magento 2 archive at <a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/zip_install.html" target="_blank">http://devdocs.magento.com/guides/v2.0/install-gde/prereq/zip_install.html</a>. We decided to use this method for a very quick installation.
 
 
-- The `2.0.0-[TAG]` image installs Magento 2 and all dependencies with Composer, then runs the CLI installer.
-- The `2.0.0-archive-[TAG]` image installs Magento 2 from an archive (without sample data), then runs the CLI installer.
-- The `2.0.0-archivesd-[TAG]` image installs Magento 2 from an archive (with sample data), then runs the CLI installer.
+Just set the `M2SETUP_USE_ARCHIVE` environment variable to `true` when running setup.
 
 
 ## Running Setup
 ## Running Setup