From b6a843397389736db538e672a740622ccd200f78 Mon Sep 17 00:00:00 2001 From: moritz Date: Wed, 29 May 2019 11:46:12 +0200 Subject: [PATCH] add install and build isntructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 87039f6..d5594ca 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,15 @@ password leaked sha1 ***************** not yet D733AC268852F7796A0E2118531347A8B4954734 ``` + +# Install +``` +git clone https://willipink.eu/git/moritz/have_I_b€€n_pwned.git +cd have_I_b€€n_pwned +python -m pip install pipenv # optional if you do not yet have it installed +python -m pipenv install +``` + + +# Build +Run `./compile.sh`, this will create out of the box executables for linux, mac and windows in `dist`.