浏览代码

Added composer authentication note on bin/setup

Mark Shust 7 年之前
父节点
当前提交
eaeac04942
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -67,7 +67,7 @@ git init
 
 5. Start your Docker containers with: `./bin/start`.
 
-6. Run Magento's setup install process with the command: `./bin/setup`. Feel free to edit this file to your liking; at the very least you will probably need to update the `base-url` value to the domain you setup in step 6.
+6. Run Magento's setup install process with the command: `./bin/setup`. Feel free to edit this file to your liking; at the very least you will probably need to update the `base-url` value to the domain you setup in step 6. Also, be sure to setup [Composer Authentication](https://github.com/markoshust/docker-magento#composer-authentication) before initiating the setup script.
 
 7. You may now access your site at `http://magento2.test` (or whatever domain you setup).
 
@@ -96,7 +96,7 @@ git init
 
 5. Start your Docker containers with: `./bin/start`.
 
-6. Run Magento's setup install process with the command: `./bin/setup`. Feel free to edit this file to your liking; at the very least you will probably need to update the `base-url` value to the domain you setup in step 6.
+6. Run Magento's setup install process with the command: `./bin/setup`. Feel free to edit this file to your liking; at the very least you will probably need to update the `base-url` value to the domain you setup in step 6. Also, be sure to setup [Composer Authentication](https://github.com/markoshust/docker-magento#composer-authentication) before initiating the setup script.
 
 7. You may now access your site at `http://magento2.test` (or whatever domain you setup).