summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Bijlani <ashish.bijlani@gmail.com>2023-05-02 09:18:49 -0500
committerGitHub <noreply@github.com>2023-05-02 09:18:49 -0500
commitd2acdb1c8e4531562fc77fe566896e771d03026e (patch)
treed59ddb65225c9b7dc492939e74d229d21640a09c
parentb853870db92b087584b2e904e8846f9832916e27 (diff)
downloadextfuse-upstream-master.tar.gz
Update README.mdupstream-master
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ccfc2f..5e68980 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Extension Framework for FUSE
+> **Note** for consulting/customization, please reach out to the [author](https://github.com/ashishbijlani).
+
We have modifed the FUSE driver to support ExtFUSE feature. Therefore, you will have to install and run a our modified kernel. To clone the kernel sources do:
```
$ git clone --branch ExtFUSE-1.0 https://github.com/extfuse/linux