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
commit 3a554523b48d82fcfe62bb5e6ede74a33e96b240 Author: Adam Monsen <[email protected]> AuthorDate: Thu Mar 19 15:39:51 2026 -0700 simplify step #2 in Local Build and Checks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24da501..be36424 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Do not edit generated output directly. Edit files under `site-src/` and mounted docker build -t fineract-site . ``` -2. Build site and run checks (internal links): +2. Build site and run checks: ```bash docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/src" -w /src/site-src fineract-site build
