From 49e3661a41bab9476e9b2f3ca7148932cd16bac1 Mon Sep 17 00:00:00 2001 From: Pranav Goel Date: Sat, 29 Oct 2016 14:17:45 +0530 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 648fb04..4b92d86 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ -## Bookmyshow CLI +# BookMyshow Command Line Utility -Command line utility for bookmyshow. +Now access BookMyShow through the command line! -Usage: +##Get Started +Run the following commands and enjoy BookMyShow on your Command Line. + +Clone the git repository to your local directory ``` $ git clone https://github.com/vedantrathore/bookmyshow-cli.git +``` +Change to the bookmyshow-cli directory +``` $ cd bookmyshow-cli/ +``` +Run the python script +``` $ python cli.py ```