diff --git a/README.md b/README.md index c32e5e09..a8ef6133 100755 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ A web-based GTFS editing framework. *Requires* -Play Framework 1.2.5 -Postgresql 9.1+ -PostGIS 1.5+ +Play Framework 1.2.5 (Play 2.* is not supported) +Postgresql 9.1+ +PostGIS 1.5+ *Install* Create PostGIS enabled database. Edit "db.url" in conf/applications.conf to refrence database. -Type "play run" from the command prompt. +Navigate to the root directory of the project and type "play run" from the command prompt.