summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-11-26 16:52:05 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 16:53:13 +0100
commitb558bed40c4c2c17ccc61bc0ca1efcaa2d3131b6 (patch)
tree24b2a7d41c65d18d73e9989e93830d8b4a176811
parentf9dc5d5dfd9956a6a05956725c1c6902ed19ad72 (diff)
btrfs-progs: link to libbtrfsutil/README from the main README
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8d988f6..0ac01680 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ This repository hosts following utilities:
* **btrfs** &mdash; the main administration tool ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs))
* **mkfs.btrfs** &mdash; utility to create the filesystem ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/mkfs.btrfs))
+The C and python 3 bindings are provided by a LGPL library **libbtrfsutil** see
+[libbtrfsutil/README.md](libbtrfsutil/README.md) for more.
+
See [INSTALL](INSTALL) for build instructions and [tests/README.md](tests/README.md) for
testing information.