add install and build isntructions

This commit is contained in:
moritz 2019-05-29 11:46:12 +02:00
parent 3ae2753341
commit b6a8433973

View File

@ -40,3 +40,15 @@ password leaked sha1
***************** not yet D733AC268852F7796A0E2118531347A8B4954734 ***************** 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`.