diff options
author | Tad Fisher <tadfisher@gmail.com> | 2018-03-05 11:53:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 11:53:52 -0800 |
commit | bc7642b454dec457b972826ac093ca2e2d64e77d (patch) | |
tree | e60e7776f77059d5b05956be030c963152e0c806 | |
parent | 537a2bb962cc60b09fe1453587f7a33acb6da4ab (diff) | |
download | pass-otp-bc7642b454dec457b972826ac093ca2e2d64e77d.tar.gz pass-otp-bc7642b454dec457b972826ac093ca2e2d64e77d.zip |
Add test/lint requirement documentation
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -134,6 +134,11 @@ make install PREFIX=/usr/local - `oathtool` for generating 2FA codes - `qrencode` for generating QR code images +### Build requirements + +- `expect` - `make test` requirement +- `shellcheck` - `make lint` requirement + ## Migrating from pass-otp 0.1 `pass-otp` has switched to storing OTP tokens in the |