From ad6250b509eb2529e137e50a1e9a9e0cb1d3f7d5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 24 Jun 2024 14:25:10 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a679c7b1b..c0ea8d295 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# node-sqlite3 with CentOS 7 support +# node-sqlite3 with ARMv7 and CentOS 7 support Mainly used for my another project - [Uptime Kuma](https://github.com/louislam/uptime-kuma) ## What is the different between TryGhost/node-sqlite3? -The official one is dropped the support for CentOS 7, but my fork supports CentOS 7. +The official one is dropped the support for CentOS 7, but my fork supports CentOS 7. + +This fork also provides ARMv7 prebuilt. If you want to build a Node.js application which can be installed on many Linux distributions like Uptime Kuma, this library should be useful. From 6d3643bf8049de2677c7f50f0478d1cea73a9047 Mon Sep 17 00:00:00 2001 From: Imamuzzaki Abu Salam Date: Fri, 20 Feb 2026 13:43:11 +0700 Subject: [PATCH 2/2] Fix heading typo (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ea8d295..c20af318f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ https://github.com/TryGhost/node-sqlite3 ## (For Maintainers/Developers Only) -###Prepare Prebuilt +### Prepare Prebuilt #### glibc & musl