Update versions and option in README (#1463)

Postgres versions had been updated and `custom_bootstrap_complation` had
been added in the 'Usage' section.
This commit is contained in:
Elena Williams 2018-01-23 13:37:53 +11:00 committed by Daniel Roy Greenfeld
parent af12f39996
commit 3f499f16c3

View File

@ -167,16 +167,19 @@ Answer the prompts with your own desired options_. For example::
use_heroku [n]: y
use_compressor [n]: y
Select postgresql_version:
1 - 9.5
2 - 9.4
3 - 9.3
4 - 9.2
1 - 10
2 - 9.6
3 - 9.5
4 - 9.4
5 - 9.3
6 - 9.2
Choose from 1, 2, 3, 4 [1]: 1
Select js_task_runner:
1 - Gulp
2 - Grunt
3 - None
Choose from 1, 2, 3, 4 [1]: 1
custom_bootstrap_compilation [n]: n
Select open_source_license:
1 - MIT
2 - BSD