From e6605995cc21b71f00eaf7aa2293b818c4856b77 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 13 Nov 2024 17:50:27 -0500 Subject: [PATCH] new: add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5903d1e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# My LFS software repository + +This is my repository for Linux from Scratch, and designed for the package manager [leaf](https://gitea.phywyj.dynv6.net/wyj/leaf). + +Warning: `leaf` won't deal with the dependence relation, and currently won't check file confliction. You have to deal with these problems as the maintainer of your own LFS system.