diff --git a/README.md b/README.md index fd6eae83..4f2d3b7c 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,14 @@ systemctl restart nginx If you are using the [Caddy web server](https://caddyserver.com) then see *caddy.example.conf* +## Running Static Analysis + +Static analysis can be run with: + +``` bash +./static_analysis +``` + ## Running Unit Tests To run the unit tests: