소스 검색

Updated new M2 project folder name

Mark Shust 7 년 전
부모
커밋
98e3eeb652
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@ You will also need to <a href="https://www.docker.com/community-edition#/downloa
 1. Setup a new project using the Magento 2 compose skeleton:
 
 ```
-mkdir magento-2.2.2 && cd $_
+mkdir magento2 && cd $_
 git init
 git remote add origin git@github.com:markoshust/magento-docker.git
 git fetch origin