From 431195bc739739f0624ebd59b05d670020ba49f5 Mon Sep 17 00:00:00 2001 From: Leovalcante Date: Thu, 28 Mar 2019 21:13:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7693c7..5461722 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ ## What is rpg? **Rpg** stands for **R**andom **P**assword **G**enerator, it's a utility command line tool that allows you to generate random entropic password. +## Requirements +- Python 3+ ## Installation 1. `git clone https://github.com/Leovalcante/random-password-generator` 2. `cd random-password-generator` -3. `./run_install` +3. `./run_install.sh` ## Usage