From f9ea7783a0c8b8ae4bf127bf61b616232741c3f0 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Mon, 15 Dec 2025 13:57:56 -0700 Subject: [PATCH] docs: add community port for arch-based linux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e5cd64..7b8fdb5 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,10 @@ The project includes a Makefile for simplified command execution: Run `make help` for the full list of available commands. +## Community Ports + +- [n8n-installer-arch](https://github.com/ndrewpj/n8n-installer-arch) by [@ndrewpj](https://github.com/ndrewpj) - Adapted for Arch-based Linux distributions (Arch Linux, CachyOS, Manjaro) + ## Important Links - Based on a project by [coleam00](https://github.com/coleam00/local-ai-packaged)