This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1228eee make instructions more explicit
1228eee is described below
commit 1228eee5a924a3c42968624a052556361ee4caf0
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Dec 11 14:05:10 2025 -0800
make instructions more explicit
---
src/security/Readme.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/security/Readme.md b/src/security/Readme.md
index 59a046a..0586c21 100644
--- a/src/security/Readme.md
+++ b/src/security/Readme.md
@@ -18,8 +18,9 @@ Sources for <https://fineract.apache.org/security.html>
## To add and update security reports
1. Edit sources (e.g. `security.md`).
-1. Run `make`.
-1. Open `../../security.html` in a web browser.
+1. Run `make` to generate `../../security.html`.
+1. Open `../../security.html` in a web browser to check your work.
+1. Commit & push / PR (including changes to `../../security.html`).
## Prerequisites