diff --git a/README.md b/README.md index ecccd34..4f76f39 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Dead simple hosting for markdown notes. - `RECAPTCHA_SECRET` - Test mode: - `TEST_MODE` (expected to be non-empty; skips captcha, no writes buffering for stats) + +## Testing + +1. Install `frisby`: `go get -u github.com/verdverm/frisby`. +2. Run `make tests`