From 94b5e1dd22730fef82490dc56d6911e52960a4d8 Mon Sep 17 00:00:00 2001 From: Alexandre Possebom Date: Mon, 22 Sep 2014 17:19:15 -0300 Subject: [PATCH] Updated README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4feb890..276b6c8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ Twik Python version of Twik +For install : + +``` +python setup.py install + ``` +``` Usage: twik [-h] [-c C] [-p {1,2,3}] tag positional arguments: @@ -14,7 +20,8 @@ positional arguments: optional arguments: -h, --help show this help message and exit -c C length of generated password - -p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC and 3 for NUMERIC + -p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC + and 3 for NUMERIC ```