Browse Source

modif readme

kevin tessier 4 years ago
parent
commit
7dbea5435e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -1,6 +1,8 @@
 ## run script
 `$ cp install-grav.sh your/folder/install/getgrav`
+
 `$ cd /your/folder/install/getgrav`
+
 `$ . install-grav.sh`
 
 ## Docker
@@ -9,6 +11,7 @@ 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`
 
 And build/run your docker, connect to your php docker and run this script.