diff --git a/README.md b/README.md index d6716b7..e1420ed 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,21 @@ This tool will return all failed logins to the target search head for the past 7 **For safety, install to a python virtual environment** -1. Clone the repository ```git clone ``` -2. Install the prerequisites ```pip install requirements.txt``` +1. Clone the repository ```git clone https://github.com/philskents/tr_challenge.git``` +2. Install the prerequisites ```pip install -r requirements.txt``` ## Usage python failed_login.py [OPTIONS] Options: + --host TEXT Splunk hostname [required] + --port INTEGER Splunk REST API port [default: 8089] + --username TEXT Splunk username [required] + --password TEXT Splunk password [required] + --help Display help