Commit 489e6022 authored by Maxim Starikov's avatar Maxim Starikov
Browse files

fix readme formatting

parent 85b18e3e
No related merge requests found
Pipeline #37 failed with stages
......@@ -8,11 +8,12 @@ even worse practice is making the project during night time in very limited time
into consideration. There is also no proper error handling nor configuration. This all should be added later
how to setup and run:
1. clone repository:
> git clone http://git.maxistar.me/maxim/spectrm.git
> cd spectrm/
2. install composer dependencies
......@@ -26,6 +27,7 @@ how to setup and run:
4. create db and chema:
> bin/console doctrine:database:create
> bin/console doctrine:schema:create
5. populate cities:
......@@ -33,7 +35,9 @@ how to setup and run:
download current.city.list.json.gz from http://bulk.openweathermap.org/sample/ and unzip it:
> gunzip current.city.list.json.gz
> php bin/console app:populate-cities ./current.city.list.json
> #22635 cities were created
6. fetch weather forecast
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment