From 2b9f7a9c87d70bf8b70aff17b46e7e73073c83aa Mon Sep 17 00:00:00 2001 From: Elena Williams Date: Tue, 23 Jan 2018 11:37:52 +1100 Subject: [PATCH] Update versions and option in README Postgres versions had been updated and `custom_bootstrap_complation` had been added in the 'Usage' section. --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b8ecc0350..b46562393 100644 --- a/README.rst +++ b/README.rst @@ -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