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

update README

fix error when the full path does not exist.
Matias Anoniz преди 3 години
родител
ревизия
59e32c1a53
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -146,7 +146,7 @@ This configuration has been tested on Mac & Linux. Windows is supported through
 
 ```bash
 # Create your project directory then go into it:
-mkdir ~/Sites/magento
+mkdir -p ~/Sites/magento
 cd $_
 
 # Run this automated one-liner from the directory you want to install your project.
@@ -174,7 +174,7 @@ Same result as the one-liner above. Just replace `magento.test` references with
 
 ```bash
 # Create your project directory then go into it:
-mkdir ~/Sites/magento
+mkdir -p ~/Sites/magento
 cd $_
 
 # Download the Docker Compose template:
@@ -203,7 +203,7 @@ open https://magento.test
 bin/mysqldump > ~/Sites/existing/magento.sql
 
 # Create your project directory then go into it:
-mkdir ~/Sites/magento
+mkdir -p ~/Sites/magento
 cd $_
 
 # Download the Docker Compose template: