Browse Source

Modified readme.md

Ernesto Blanco 3 years ago
parent
commit
8c68aa938b
1 changed files with 8 additions and 4 deletions
  1. 8 4
      readme.md

+ 8 - 4
readme.md

@@ -2,8 +2,12 @@
 
 ## Installation
 
-1. Clone the repo: ``git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git``
-2. Create heroku app: ``heroku create myapp``
-3. Push the files: ``git push -u heroku master``
-4. Open the browser: ``heroku open``
+1. Clone the repo:  
+``git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git``
+2. Create heroku app:  
+``heroku create myapp``
+3. Push the files:  
+``git push -u heroku master``
+4. Open the browser:  
+``heroku open``
 5. Enjoy!