diff options
| author | Yuval Adam <_@yuv.al> | 2021-03-01 09:57:21 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-03-01 09:57:21 +0200 |
| commit | eb8a3719b33624e5cd4421dfcd00d08ced45292e (patch) | |
| tree | d1d15b4e77a453272aa6116d106e876aa6d11fbf /README.md | |
| parent | d2c9f64e385863506673fe73fcf3fd5ff7746900 (diff) | |
Add verify script shortcut
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ pipenv sync Save your Green Pass as a `.png` file and execute: ```bash -pipenv run python verify.py -i green_pass_image.png +pipenv run verify -i green_pass_image.png ``` #### Option 2 - from QR code decoded textual content @@ -31,7 +31,7 @@ pipenv run python verify.py -i green_pass_image.png Decode the QR code payload yourself, put it in a txt file and then execute: ```bash -pipenv run python verify.py -t green_pass_payload.txt +pipenv run verify -t green_pass_payload.txt ``` ### Output example |
