From bfde45ff1a23085140f6db29b8edb5986db30874 Mon Sep 17 00:00:00 2001 From: ernolf Date: Mon, 3 Aug 2026 19:41:48 +0200 Subject: [PATCH] docs: point the ncmake install link to the wiki Signed-off-by: ernolf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c35da..8b312ee 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Invalid patterns are skipped. To skip logging for a host entirely, use [`audit_h The app is published in the [App Store](https://apps.nextcloud.com/apps/admin_audit_http_client). Install it through [Nextcloud's app management UI](https://docs.nextcloud.com/server/latest/admin_manual/apps_management.html#managing-apps) (**Apps** → search for **Auditing / HTTP Client Logging** → Install) or with `occ app:enable admin_audit_http_client`. -It is built with [ncmake](https://github.com/ernolf/ncmake). To build and install it from source — release tarball, `make rsync` or `make cp` — see the [installation guide](https://github.com/ernolf/ncmake/blob/main/doc/INSTALL.md). +It is built with [ncmake](https://github.com/ernolf/ncmake). To build and install it from source — release tarball, `make rsync` or `make cp` — see the [installation guide](https://github.com/ernolf/ncmake/wiki/Installation). ## Roadmap