diff options
| author | Yuval Adam <_@yuv.al> | 2021-03-17 19:55:27 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-03-17 19:55:27 +0200 |
| commit | bd2257a5cf9c59bb2d59ad252ed240ce66bf21c1 (patch) | |
| tree | 54d35edb74133390a645ff06dd5d24bf7a9b013a | |
| parent | a9111ad77b14eb0fecc303d2a2aa39fde5316dd2 (diff) | |
Minor README updates
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,7 +13,7 @@ A pythonic implementation of the verification process can be found in [`verify.p Install [`pipenv`](https://pipenv.pypa.io/en/latest/) and sync the required dependencies: ```bash -pipenv sync +$ pipenv sync ``` ### Usage @@ -25,7 +25,7 @@ Generate a Green Pass or Vaccination Certificate at https://corona.health.gov.il Directly verify your `GreenPass.pdf` or `VaccinationCertificate.pdf`: ```bash -pipenv run verify -p GreenPass.pdf +$ pipenv run verify -p GreenPass.pdf ``` #### Option 2 - from QR code image @@ -33,7 +33,7 @@ pipenv run verify -p GreenPass.pdf Save the QR code as a `.png` file (e.g. from screenshot) and execute: ```bash -pipenv run verify -i green_pass_image.png +$ pipenv run verify -i green_pass_image.png ``` #### Option 3 - from QR code decoded textual content @@ -41,7 +41,7 @@ pipenv run verify -i green_pass_image.png Decode the QR code payload yourself, put it in a txt file and then execute: ```bash -pipenv run verify -t green_pass_payload.txt +$ pipenv run verify -t green_pass_payload.txt ``` ### Output example |
