From 52150a4fc62a1deeaffd44b1b41695933b7a0208 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Mon, 27 Jun 2016 23:09:51 -0300 Subject: [PATCH] update usage sample on README --- README.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 00116b73..0eb83e8e 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ Answer the prompts with your own desired options_. For example:: Receiving objects: 100% (550/550), 127.66 KiB | 58 KiB/s, done. Resolving deltas: 100% (283/283), done. project_name [project_name]: Reddit Clone - project_slug [Reddit_Clone]: reddit + project_slug [reddit_clone]: reddit author_name [Your Name]: Daniel Roy Greenfeld email [Your email]: pydanny@gmail.com description [A short description of the project.]: A reddit clone. @@ -122,9 +122,16 @@ Answer the prompts with your own desired options_. For example:: use_pycharm [n]: y windows [n]: n use_python2 [n]: n - use_docker [y]: y - use_heroku [n]: n - use_grunt [n]: y + use_docker [y]: n + use_heroku [n]: y + use_compressor [n]: y + Select js_task_runner: + 1 - Gulp + 2 - Grunt + 3 - Webpack + 4 - None + Choose from 1, 2, 3, 4 [1]: 1 + use_lets_encrypt [n]: n Select open_source_license: 1 - MIT 2 - BSD