From 560cad07c2dd96e881672b346da50d0d23220639 Mon Sep 17 00:00:00 2001 From: GG <863867759@qq.com> Date: Sat, 9 Nov 2024 23:46:34 +0800 Subject: [PATCH] docs: explain the purpose of fork. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5fa720023..d47be3cc6e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## Purpose of This Fork + +This fork is designed to support `lndmobile` for integration and packaging as part of a mobile SDK through third-party imports. + +The original repository included the generated code files `mobile/*._generated.go` and `mobile/build` in the `.gitignore` file. We have removed these entries from the ignore list and will execute the packaging process once, uploading the generated files to the repository. + ## Lightning Network Daemon [![Release build](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml/badge.svg)](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml)