Browse Source

modif readme

kevin tessier 4 years ago
parent
commit
4bbbbf31d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,8 +8,8 @@ if user docker, put this script into Docker/php folder.
 
 Add in Dockerfile :
 
-`COPY ./install-grav.sh /var/www/install-grav.sh
-RUN chmod ugo+x /var/www/install-grav.sh`
+`COPY ./install-grav.sh /var/www/install-grav.sh`
+`RUN chmod ugo+x /var/www/install-grav.sh`
 
 And build/run your docker, connect to your php docker and run this script.